yunojuno / django-juno-testrunner

A more useful (and slightly more glamorous) test runner for Django 1.6+ from the folks at YunoJuno
MIT License
7 stars 9 forks source link

Please add Python 3 support! #5

Closed dizballanze closed 9 years ago

dizballanze commented 10 years ago

For now, it crashes while installation with error:

Running setup.py install for django-juno-testrunner
      File "/home/nikola/proj/venv/lib/python3.4/site-packages/junorunner/testrunner.py", line 23
        print "%i tests found" % len(suite._tests)
                             ^
    SyntaxError: invalid syntax
stevejalim commented 10 years ago

Hi Yuri

Sure - would be nice to add. If you want it urgently, do you want to make the changes and submit a pull request?

(Sent from my mobile) On 19 Jul 2014 09:20, "Yuri Shikanov" notifications@github.com wrote:

For now, it crashes while installation with error:

Running setup.py install for django-juno-testrunner File "/home/nikola/proj/venv/lib/python3.4/site-packages/junorunner/testrunner.py", line 23 print "%i tests found" % len(suite._tests) ^ SyntaxError: invalid syntax

— Reply to this email directly or view it on GitHub https://github.com/yunojuno/django-juno-testrunner/issues/5.

stevejalim commented 9 years ago

Hi @dizballanze - Python3 support now present since v0.3, thanks to @tomwardill