id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 11778,How do you invoke tests?,Chris Nelson,Joachim Hoessler,"I want to be sure some changes I've made haven't broken anything (and, perhaps, add tests for those changes/additions) but I can't figure out how to invoke the tests. {{{ ~/src/trac/plugins/estimationtoolsplugin/estimationtools$ ls burndownchart.py htdocs tests hoursinplaceeditor.py __init__.py utils.py hoursremaining.py templates workloadchart.py ~/src/trac/plugins/estimationtoolsplugin/estimationtools$ sudo python tests/burndownchart.py Traceback (most recent call last): File ""tests/burndownchart.py"", line 3, in from estimationtools.burndownchart import BurndownChart ImportError: No module named estimationtools.burndownchart ~/src/trac/plugins/estimationtoolsplugin/estimationtools$ cd tests/ ~/src/trac/plugins/estimationtoolsplugin/estimationtools/tests$ sudo python burndownchart.py Traceback (most recent call last): File ""burndownchart.py"", line 3, in from estimationtools.burndownchart import BurndownChart ImportError: No module named estimationtools.burndownchart }}} ",enhancement,new,normal,EstimationToolsPlugin,normal,,,,0.11