Tags: heynemann/pyvows
Tags
Squashed commit of the following: commit 4c31760 Author: Zearin <[email protected]> Date: Mon May 27 15:16:21 2013 -0400 chg: dev: @minor Added comment “dividers” in `pyvows.runner` commit 6bf8345 Author: Zearin <[email protected]> Date: Sun May 26 12:30:39 2013 -0400 new: dev: @refactor Turned runner into a package to allow multiple implementations Right now, only the old runner (pyvows.runner.gevent) is the only one that works. However, it passes tests for me, and the ABC class for runners will (in the future) allow pyvows to use the best available means to run tests according to the users’ system. commit 83d12bd Author: Zearin <[email protected]> Date: Sun May 26 12:17:22 2013 -0400 dev: refactor: Use `«suite»:«batches»` dict in `Vows.run()` Out of all possible algorithms for running tests, a mapping of files (test suites) to a set of batches (marked with `@Vows.batch) offers the greatest flexibility for any runner implementation.
Merge branch 'refs/heads/develop/2.0' * refs/heads/develop/2.0: Bugfix release 2.0.1 chg: dev: @minor Put reporting-related vows into `tests/reporting/` chg: dev: @minor Added comment “dividers” dev: chg: @refactor @minor Removed async aliases in Vows class fix: dev: Removed `VowsAssertionError` and `_AssertionNotFoundError`
PreviousNext