A tool to run your tests way more often than necessary.
Project description
A tool to run your tests way more often than necessary.
Punch Line
----------
Run this:
```bash
$ testincessantly dir test-cmd ...
```
and every time you create/modify/delete a file under `dir`, `test-cmd ...` will get executed.
Installation
------------
Just `pip install testincessantly`.
Typical Usage
-------------
I typically invoke this as
```bash
$ testincessantly -e '.*' -e '__pycache__' . pytest
```
The `-e` options exclude dotfiles and anything named `__pycache__`.
Okay, that was a lie. I actually typically invoke
```bash
$ testincessantly -e '.*' -e '__pycache__' . chime-success pytest
```
`chime-success` is [a script](https://gist.github.com/speezepearson/83c234c40d16c9f7fba73d8bca7a1a75) on my `PATH` that makes a noise indicating whether the argument-command passed or failed. Now, every time I save a file, I get a chime telling me whether things are still good or not.
Punch Line
----------
Run this:
```bash
$ testincessantly dir test-cmd ...
```
and every time you create/modify/delete a file under `dir`, `test-cmd ...` will get executed.
Installation
------------
Just `pip install testincessantly`.
Typical Usage
-------------
I typically invoke this as
```bash
$ testincessantly -e '.*' -e '__pycache__' . pytest
```
The `-e` options exclude dotfiles and anything named `__pycache__`.
Okay, that was a lie. I actually typically invoke
```bash
$ testincessantly -e '.*' -e '__pycache__' . chime-success pytest
```
`chime-success` is [a script](https://gist.github.com/speezepearson/83c234c40d16c9f7fba73d8bca7a1a75) on my `PATH` that makes a noise indicating whether the argument-command passed or failed. Now, every time I save a file, I get a chime telling me whether things are still good or not.
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
testincessantly-0.1.3.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for testincessantly-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d68cc941feeaf2a690c517428ff833f6819f0cbbec2f6f03de65e29ce6da04a2 |
|
MD5 | 5cb0fc83c0043eaac9353eda89e3ff85 |
|
BLAKE2b-256 | 58f8d04bb6b3225b7c818f2f43d6106744360c75db599366e08c3108b1702410 |