google-code-export / pysal

Automatically exported from code.google.com/p/pysal
Other
1 stars 1 forks source link

Refactor testing Framework #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current testing script needs to be refactored...

Move code fragments into reusable functions.
Find a way to collect tests instead of executing each file, alternatively 
collect the output and report only a summary and failures.
Check test coverage in more detail, we currently only check functions and 
classes listed in __all__.  Start checking all methods of all classes (maybe 
pythoscope can help here).

Original issue reported on code.google.com by schmi...@gmail.com on 27 Jan 2011 at 6:20

GoogleCodeExporter commented 9 years ago
Issue 135 has been merged into this issue.

Original comment by schmi...@gmail.com on 27 Jan 2011 at 6:21

GoogleCodeExporter commented 9 years ago
What we have works for now.  Investigate options for 1.3 release.  Check 
Python-Nose as an option.

Original comment by schmi...@gmail.com on 13 Apr 2011 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by schmi...@gmail.com on 19 May 2011 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by sjsrey on 7 Oct 2011 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by phil.stp...@gmail.com on 18 Nov 2011 at 5:31

GoogleCodeExporter commented 9 years ago
Implemented python-nose test framework.

Original comment by phil.stp...@gmail.com on 3 Dec 2011 at 1:51