Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / heynemann/pyvows issues and pull requests

#140 - Replace travis with github actions

Pull Request - State: open - Opened by marcelometal over 1 year ago

#139 - 3.0.0: module is not pytest ready

Issue - State: open - Opened by kloczek about 2 years ago - 1 comment

#138 - PEP517

Issue - State: open - Opened by Alessandro-Barbieri over 2 years ago - 1 comment

#137 - docs: Fix a few typos

Pull Request - State: open - Opened by timgates42 over 3 years ago

#136 - Please support Python3.9

Issue - State: closed - Opened by eamanu over 4 years ago - 1 comment

#135 - setup.py: Use Gihub as url

Pull Request - State: closed - Opened by jayvdb about 5 years ago - 1 comment

#134 - setup.py test should run tests

Issue - State: open - Opened by jayvdb almost 6 years ago

#133 - Fixes for Python 3

Pull Request - State: closed - Opened by davedoesdev over 7 years ago - 4 comments

#132 - cant access pyvows.org

Issue - State: open - Opened by csprabala over 8 years ago - 1 comment

#131 - Workaround for Preggy bug #27 and string type fix

Pull Request - State: closed - Opened by gi11es over 8 years ago - 1 comment

#130 - Tests fail with latest preggy version (>= 1.3)

Issue - State: open - Opened by marcelometal over 8 years ago - 1 comment
Labels: bug

#129 - -c do not work for utf-8!

Issue - State: open - Opened by hsz1273327 almost 9 years ago

#128 - Is it possible to test threads with async topic?

Issue - State: open - Opened by aldefalco over 9 years ago - 2 comments

#127 - Remove execute permission of test files

Pull Request - State: closed - Opened by marcelometal over 9 years ago

#126 - Getting error on empty Classes

Issue - State: open - Opened by guilhermef almost 10 years ago - 1 comment

#125 - Is it possible to run some tests not in parallel?

Issue - State: open - Opened by Xorso almost 10 years ago - 3 comments

#124 - Consolidate build into .travis.yml and tweak to fix coveralls

Pull Request - State: open - Opened by coreypobrien almost 10 years ago - 2 comments

#123 - Add disttools "vows" command

Pull Request - State: closed - Opened by coreypobrien almost 10 years ago - 1 comment

#122 - Q : How to make pyvows running from ```setup.py test``` command ?

Issue - State: closed - Opened by dhardy92 almost 10 years ago - 2 comments
Labels: feature

#121 - Fix handling errors in generated topics.

Pull Request - State: open - Opened by coreypobrien almost 10 years ago - 1 comment

#120 - Fix bug where errors in teardown are unintentionally ignored

Pull Request - State: closed - Opened by coreypobrien almost 10 years ago - 1 comment

#119 - Create LICENSE

Pull Request - State: closed - Opened by marcelometal about 10 years ago

#118 - Programatically skip contexts and/or vows

Pull Request - State: closed - Opened by coreypobrien about 10 years ago - 2 comments
Labels: feature

#117 - Add ability to capture output

Pull Request - State: closed - Opened by coreypobrien about 10 years ago

#116 - Add ability to capture output

Pull Request - State: closed - Opened by coreypobrien about 10 years ago - 1 comment

#115 - runner.gevent: Shift None check for topic_func earlier

Pull Request - State: open - Opened by wking over 10 years ago - 2 comments

#114 - runner.utils: Print the function name when complaining about missing code

Pull Request - State: closed - Opened by wking over 10 years ago

#113 - xunit reporter should report full exception instead of just VowsTopicError

Pull Request - State: closed - Opened by coreypobrien over 10 years ago - 1 comment

#112 - Add --include switch to limit execution to specific contexts/vows

Pull Request - State: closed - Opened by coreypobrien over 10 years ago - 1 comment

#111 - VowsSequentialRunner doesn't declare an __init__ method

Issue - State: open - Opened by wking over 10 years ago - 2 comments
Labels: refactor

#110 - SyntaxError in tests with tuple arguments (e.g. 'def topic(self, (Thingy, ponies)):')

Issue - State: closed - Opened by wking over 10 years ago - 6 comments

#109 - Cleanup tests/ packaging

Pull Request - State: closed - Opened by wking over 10 years ago

#108 - Better unexpected topic exceptions

Pull Request - State: closed - Opened by coreypobrien over 10 years ago - 3 comments

#107 - Unexpected topic exceptions not handled well

Issue - State: closed - Opened by coreypobrien over 10 years ago

#106 - Examples in page outdated

Issue - State: closed - Opened by jruere over 10 years ago - 3 comments
Labels: bug, docs

#105 - Update development workflow

Issue - State: open - Opened by Zearin almost 11 years ago
Labels: dev-workflow

#104 - Use print function. Python3 style. Booyah.

Pull Request - State: closed - Opened by Zearin almost 11 years ago

#103 - errors_in_topic_vows.py: Subcontexts don’t inherit from `Vows.Context`

Issue - State: closed - Opened by Zearin almost 11 years ago - 2 comments
Labels: bug

#102 - Fix topic errors

Pull Request - State: closed - Opened by ricklupton over 11 years ago - 2 comments

#101 - Exceptions in topic functions

Issue - State: closed - Opened by ricklupton over 11 years ago - 2 comments
Labels: bug

#100 - Add commandline option to create an HTML coverage report.

Pull Request - State: closed - Opened by ssteinbach over 11 years ago
Labels: feature

#99 - Nosetest / unittest runner for Vows test class

Issue - State: closed - Opened by fatuhoku over 11 years ago - 3 comments
Labels: feature

#98 - VowsAssertionError removed?

Issue - State: closed - Opened by DeaconDesperado over 11 years ago - 1 comment
Labels: docs

#97 - Filter pyvows & preggy from traceback messages

Pull Request - State: closed - Opened by Zearin over 11 years ago - 1 comment
Labels: refactor

#96 - Exclude pyvows and preggy from tracebacks

Issue - State: open - Opened by Zearin over 11 years ago
Labels: refactor

#95 - Reach ≥ 72% coverage

Issue - State: closed - Opened by Zearin over 11 years ago - 1 comment
Labels: coverage (pyvows itself)

#94 - Add badges to README.md

Issue - State: closed - Opened by Zearin almost 12 years ago - 3 comments
Labels: docs

#93 - Close #92: Refactored PyVows rely on preggy

Pull Request - State: closed - Opened by Zearin almost 12 years ago
Labels: refactor

#92 - Remove expect infrastructure to use preggy

Issue - State: closed - Opened by heynemann almost 12 years ago - 12 comments
Labels: refactor

#91 - Fixes ImportError exception occurring on windows

Pull Request - State: closed - Opened by dhm116 almost 12 years ago - 1 comment

#90 - Tweak: track files to test using `Vows.suites`

Pull Request - State: closed - Opened by Zearin almost 12 years ago

#89 - Handling generative topics like simple topics if they produce an exception

Pull Request - State: closed - Opened by Telofy almost 12 years ago - 1 comment

#88 - runner: variable name tweaks

Pull Request - State: closed - Opened by Zearin almost 12 years ago

#87 - runner: minor tweaks (variables, regex compilation)

Pull Request - State: closed - Opened by Zearin almost 12 years ago

#86 - New option (`--template`): generate new PyVows files

Pull Request - State: closed - Opened by Zearin almost 12 years ago
Labels: feature

#85 - HEAD doesn't show failures.

Issue - State: closed - Opened by sleepynate almost 12 years ago - 1 comment

#84 - HEAD doesn't show failures.

Issue - State: closed - Opened by sleepynate almost 12 years ago - 1 comment

#83 - Semi-refactoring of `pyvows.runner`

Pull Request - State: closed - Opened by Zearin almost 12 years ago

#82 - Rewrote parsing as a subclass; added tests for coverage

Pull Request - State: closed - Opened by Zearin almost 12 years ago

#81 - Close #48: Now catching internal errors when printing tracebacks

Pull Request - State: closed - Opened by Zearin almost 12 years ago - 3 comments

#80 - Minor code cleaning

Pull Request - State: closed - Opened by Zearin about 12 years ago

#79 - Pep8 compliance

Pull Request - State: closed - Opened by sleepynate about 12 years ago - 4 comments

#78 - Fix #67: Error on reorganizing vows

Pull Request - State: closed - Opened by Zearin about 12 years ago

#77 - Fine-tune coverage execution

Issue - State: open - Opened by Zearin about 12 years ago - 3 comments
Labels: coverage (pyvows itself)

#76 - Refactor/decorators module

Pull Request - State: closed - Opened by Zearin about 12 years ago - 6 comments
Labels: refactor

#75 - Refactored decorators into their own module

Pull Request - State: closed - Opened by Zearin about 12 years ago - 3 comments
Labels: refactor

#74 - Moved all error classes to `pyvows.errors`

Pull Request - State: closed - Opened by Zearin about 12 years ago
Labels: refactor

#73 - Vows filtering

Pull Request - State: closed - Opened by sleepynate about 12 years ago - 17 comments
Labels: feature, need more info

#71 - Refactor/vows assertion errors

Pull Request - State: closed - Opened by Zearin about 12 years ago - 1 comment
Labels: refactor

#68 - Investigate `__init__.py` in test folders

Issue - State: open - Opened by Zearin about 12 years ago - 2 comments
Labels: feature, need more info

#67 - Error On Reorganizing Vows

Issue - State: closed - Opened by Zearin about 12 years ago - 3 comments
Labels: bug

#63 - #63: Use decimal values for `coverage`

Pull Request - State: closed - Opened by Zearin about 12 years ago - 2 comments

#62 - Refactor colors

Pull Request - State: closed - Opened by Zearin about 12 years ago
Labels: refactor

#61 - Feature/#49 add missing docstrings

Pull Request - State: closed - Opened by Zearin about 12 years ago
Labels: docs

#60 - Feature/#49 add missing docstrings

Pull Request - State: closed - Opened by Zearin about 12 years ago - 1 comment
Labels: docs

#59 - Refactored color module (and dependent code)

Pull Request - State: closed - Opened by Zearin about 12 years ago - 3 comments
Labels: refactor

#58 - Add Changelog

Issue - State: closed - Opened by Zearin about 12 years ago - 1 comment
Labels: docs

#57 - Multiple instances of same Context in Parallel

Issue - State: open - Opened by ujjwal about 12 years ago - 5 comments
Labels: need more info, question

#56 - SetupTools → Distribute

Pull Request - State: closed - Opened by Zearin about 12 years ago - 2 comments
Labels: refactor

#55 - Replace gevent dep. for parallelism

Issue - State: open - Opened by heynemann over 12 years ago - 13 comments
Labels: need more info, refactor

#54 - @focus decorator

Issue - State: open - Opened by heynemann over 12 years ago - 3 comments
Labels: feature, fine-tuning tests

#52 - Get with the times! :P

Pull Request - State: closed - Opened by Zearin over 12 years ago - 3 comments

#50 - 2 edits in `VowsDefaultReporter`

Pull Request - State: closed - Opened by Zearin over 12 years ago - 1 comment

#48 - Reporting fix where `topic.error` is `None`

Issue - State: closed - Opened by truemped over 12 years ago - 8 comments
Labels: bug

#46 - Colorize tracebacks (for readability)

Pull Request - State: closed - Opened by Zearin over 12 years ago - 2 comments

#42 - `pprint()` error output

Issue - State: open - Opened by Zearin over 12 years ago - 2 comments
Labels: feature

#38 - Topic errors convert filepaths to lower case

Issue - State: open - Opened by Zearin over 12 years ago
Labels: bug

#37 - Tiny tweaks

Pull Request - State: closed - Opened by Zearin over 12 years ago

#36 - PyVows doesn’t pass its own coverage report

Issue - State: open - Opened by Zearin over 12 years ago - 3 comments
Labels: coverage (pyvows itself)

#35 - Added module-level docstrings to all files.

Pull Request - State: closed - Opened by Zearin over 12 years ago - 1 comment
Labels: docs

#33 - Prefer modern `str.format()` over older `%` style

Pull Request - State: closed - Opened by Zearin over 12 years ago - 5 comments

#28 - Assorted minor tweaks (markup, phrasing, punctuation, clarity)

Pull Request - State: closed - Opened by Zearin over 12 years ago - 2 comments
Labels: docs

#25 - Stop on parent context’s error / first fail

Issue - State: closed - Opened by ssteinbach over 12 years ago - 5 comments
Labels: feature, fine-tuning tests

#24 - @ignore decorator (and/or argument)

Issue - State: closed - Opened by heynemann almost 13 years ago - 3 comments
Labels: feature, fine-tuning tests

#23 - Py3 status (site, README)

Issue - State: open - Opened by Zearin almost 13 years ago - 30 comments
Labels: feature, docs

#22 - Run single vow from command line

Issue - State: closed - Opened by ssteinbach about 13 years ago - 2 comments
Labels: feature, fine-tuning tests

#18 - Is topic state shared between tests?

Issue - State: open - Opened by kalbasit about 13 years ago - 10 comments
Labels: feature, need more info, refactor, question

#14 - Refactoring, improving and adding tests to xunit report

Pull Request - State: closed - Opened by cezarsa about 13 years ago - 1 comment
Labels: refactor

#4 - Update documentation

Pull Request - State: closed - Opened by truemped over 13 years ago - 1 comment
Labels: docs

#3 - Xunit output

Pull Request - State: closed - Opened by truemped over 13 years ago - 1 comment