pombreda / gaeunit

Automatically exported from code.google.com/p/gaeunit
0 stars 0 forks source link

html format don't work #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. add gaeunit to django application as:
urlpatterns = patterns(
    '',
    url(r'^test/', include('gaeunit.urls')),
    ...)
2. go to http://localhost:8080/test/

What is the expected output? What do you see instead?

expected output is green progress bar with passed tests. I see empty
progress bar and "Runs:0/XX"

What version of the product are you using? On what operating system?

gaeunit-2.0a_for_django
django-1.1.1

Please provide any additional information below.

Patch contains fix for urls.py

Original issue reported on code.google.com by crchem...@gmail.com on 25 Mar 2010 at 8:15

Attachments: