Simple continuous testing tool
Project description
# conttest
Continuous testing helper, adapted from [1], but which makes no
assumption about what tests you might want to run continuously while
developing. For more information, see [this blog post](http://eigenhombre.com/testing/2012/03/31/ontinuous-testing-in-python-clojure-and-blub/).
**Any command supplied to the script will be run once and
then repeated any time the code in the current working directory
changes.** You may wish to edit the IGNORE_* tuples to suit your
particular setup.
Note that ANY command you supply the script will be run, so be
careful. You have been warned!
[1] https://github.com/brunobord/tdaemon/blob/master/tdaemon.py
### Installation
./setup.py install # from source
or
pip install conttest # use sudo if installing globally
### Usage examples
conttest nosetests
conttest 'nosetests -q && pep8 -r .'
Placing a file .conttest-excludes in the current working directory
will exclude subdirectories, e.g.:
.svn$
.git
build
vendor/elastic*
install
will match files against the listed regular expressions and skip checking
for changes in those directories. This can save quite a bit of time and CPU
during normal operation.
## Author
[John Jacobsen](http://eigenhombre.com)
## License
Eclipse Public License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Continuous testing helper, adapted from [1], but which makes no
assumption about what tests you might want to run continuously while
developing. For more information, see [this blog post](http://eigenhombre.com/testing/2012/03/31/ontinuous-testing-in-python-clojure-and-blub/).
**Any command supplied to the script will be run once and
then repeated any time the code in the current working directory
changes.** You may wish to edit the IGNORE_* tuples to suit your
particular setup.
Note that ANY command you supply the script will be run, so be
careful. You have been warned!
[1] https://github.com/brunobord/tdaemon/blob/master/tdaemon.py
### Installation
./setup.py install # from source
or
pip install conttest # use sudo if installing globally
### Usage examples
conttest nosetests
conttest 'nosetests -q && pep8 -r .'
Placing a file .conttest-excludes in the current working directory
will exclude subdirectories, e.g.:
.svn$
.git
build
vendor/elastic*
install
will match files against the listed regular expressions and skip checking
for changes in those directories. This can save quite a bit of time and CPU
during normal operation.
## Author
[John Jacobsen](http://eigenhombre.com)
## License
Eclipse Public License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
conttest-0.0.8.tar.gz
(3.4 kB
view details)
File details
Details for the file conttest-0.0.8.tar.gz
.
File metadata
- Download URL: conttest-0.0.8.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d95f2d5fb88183b2f7807e25fb46d715bd3a4998f4ff679a6d0d61cbebd7dc |
|
MD5 | 9c5a29213bfa63a1a9156973b232e15f |
|
BLAKE2b-256 | 1cb29847e8b87a9c8c9e3e2ba320591cd6a968a1a2380a938c535a9b0873febd |