Skip to main content

Awesome rainbow test runners

Project description

Rainbow Runners
===============

Awesome rainbow test runners!!1

Available runners
-----------------

* NyanCatRunner

```python
from rainbowrunners.runner import NyanCatRunner

suite = unittest.TestLoader().loadTestsFromTestCase(Tests)
NyanCatRunner().run(suite)
```
```shell
» python tests_ok.py
20 -_-_-_-_-_-_-_-_-_-__,------,
0 -_-_-_-_-_-_-_-_-_-__| /\_/\
0 -_-_-_-_-_-_-_-_-_-_~|_( ^ .^)
-_-_-_-_-_-_-_-_-_-_ "" ""
----------------------------------------------------------------------
Ran 20 tests in 3.04s

OK
```

Django support
--------------

```python
# settings.py
TEST_RUNNER = 'rainbowrunners.djrunner.NyanCatDiscoverRunner'
```


License
-------

Rainbow Runners is distributed under the [MIT license](http://www.opensource.org/licenses/MIT).

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

rainbowrunners-0.0.2.zip (7.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page