Tests are not collected on Python 3.x

Issue #18 resolved
Florian Apolloner created an issue

I am on Django 1.6:

python3.3 ./run_tests.py 
Creating test database for alias 'default'...

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

From the looks of it you are using doctests? Please convert to normal tests.

Comments (2)

  1. Andy repo owner

    Indeed, tests are not being collected under Python 3.x (at least on 3.4 it is so; 3.2 simply fails with syntax error). I'll fix the runner script now. However, there's one test that always fails anyway; it must be dealt with separately. I don't remember since when it started to fail. Really need to use some CI.

  2. Log in to comment