Opened 16 years ago
Closed 16 years ago
#4260 closed defect (worksforme)
this plugin uni-test have question
Reported by: | anonymous | Owned by: | daan |
---|---|---|---|
Priority: | high | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | Running tests |
Cc: | Trac Release: | 0.11 |
Description
I setup all the Dependencies, and executing the following command in the root of the project: python setup.py test
but message is:
running test running egg_info writing TracBurndown.egg-info\PKG-INFO writing top-level names to TracBurndown.egg-info\top_level.txt writing dependency_links to TracBurndown.egg-info\dependency_links.txt writing entry points to TracBurndown.egg-info\entry_points.txt reading manifest file 'TracBurndown.egg-info\SOURCES.txt' writing manifest file 'TracBurndown.egg-info\SOURCES.txt' running build_ext
Ran 0 tests in 0.485s
OK
from the message, test seems to success, but in the project we have 2 test to run. my test message is "Ran 0 tests in 0.485s" --> 0 tests
please tell me why to run test correctly.
thanks.
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
Owner: | changed from Sam Bloomquist to daan |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Status: | new → assigned |
---|
comment:4 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Please reopen when you have some answers..
Hi,
What happens when you try to run nosetests directly (in the root of the project)? Which SVN revision of the Burndown plugin do you have?
Daan