matcatc / Test_Parser

parses and displays the output from test logs
http://matcatc.github.com/Test_Parser
GNU General Public License v3.0
1 stars 0 forks source link

Python Unittest Sub Suites #73

Closed matcatc closed 14 years ago

matcatc commented 14 years ago

Python Unittest allows for sub-suites.

See what happens when we pass such to Test Parser. Decide whether Test Parser handles it in a satisfactory manner. Make any appropriate changes if we decide that it needs improvement.

matcatc commented 14 years ago

grouping sub-suites in a suite doesn't change the suite names, but only makes them called together. The name of the suite is the module structure. Example: directory.module.class

matcatc commented 14 years ago

But it would be nice if we were able to setup TestResults so that its in a more hierarchical structure. So each directory would be a suite. Currently each suite is a child of TestResults, but I would like to break it down so that all the Model suites were sub-suites of a Model suite, etc.

I think it would just make it easier to navigate if it mirrored the directory structure.

matcatc commented 14 years ago

update test(s)

matcatc commented 14 years ago

updated tests for SubSuites

closed by 77568ca5381d54b704d91161cfb215e72cdb5cb6