Skip to content

Commit

Permalink
Accurately reflected current test status in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
winhamwr committed Feb 11, 2015
1 parent 43e9d19 commit 45d31f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ You could write all of the stuff yourself, but why?
so that you can build [psutil](http://psutil.googlecode.com/hg/INSTALL).

On Ubuntu, that means running:

`$ sudo apt-get install build-essential python-dev`

On OS X, you'll need to run the "XcodeTools" installer.

2. Get the project source and install it

`$ pip install jobtastic`
Expand Down Expand Up @@ -447,20 +447,25 @@ but if it persists, you'll want to give your user feedback.

## Running The Test Suite

You can run Jobtastic's test suite yourself via:
We use [tox](https://tox.readthedocs.org/en/latest/)
to run our tests again various combinations
of python/Django/Celery.
We only officially support
the combinations listed in our `.travis.yml` file,
but we're working on
(checkout out [Issue 33](https://github.com/PolicyStat/jobtastic/issues/33))
supporting everything defined in `tox.ini`.
Until then,
you can run tests against supported combos with:

$ python setup.py test
$ pip install tox
$ tox -e py26-django1.4.X-djangocelery2.5.X-celery2.5.X

Our test suite currently only tests usage with Django,
which is definitely a [bug](https://github.com/PolicyStat/jobtastic/issues/15).
Especially if you use Jobtastic with Flask,
we would love a pull request.

You can also run tests
across all of our supported python/Django/Celery versions via Tox:

$ tox

## Dynamic Time Estimates via JobtasticMixins

Have tasks whose duration is difficult to estimate
Expand Down
1 change: 1 addition & 0 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
django
django-nose
unittest2
mock

0 comments on commit 45d31f4

Please sign in to comment.