• R/O
  • SSH
  • HTTPS

traclight: Source Tree


Name Size Rev. Time Author Log Message
setup.py 759 r80 2010-10-25 08:22:35 okamototk update and translate scrum burndownch...
README.txt 449 r80 2010-10-25 08:22:35 okamototk update and translate scrum burndownch...
burndown r121 2010-12-13 21:33:29 okamototk fixed burndownchart is broken with mu...
test r1 2010-09-04 22:42:09 tag 初期バージョン(Trac Lightning 2.5.2)
ext r1 2010-09-04 22:42:09 tag 初期バージョン(Trac Lightning 2.5.2)

README.txt

Dependencies for testing:
 - Nose (easy_install nose)
 - Nose test config (easy_install nose-testconfig)
 - Coverage (easy_install coverage)
 
Running tests
  You can run tests by executing the following command in the root of the project:
  
     python setup.py test
     
     
Running tests with coverage
	
    nosetests --cover-erase --with-coverage
	coverage -r burndown/burndown.py burndown/dbhelper.py
	coverage -a burndown/burndown.py
    
Show on old repository browser