Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan 6d0d2670b1 Cleanup.
Remove unneeded class and its instantiation. Cleanup docstrings.
2012-08-08 11:41:01 -07:00
Clark Boylan 0a97b65254 Actually install the htmloutput package.
setup.py didn't have a package list and wasn't actually installing
anything other than the entrypoint. Fix that and actually install the
package.
2012-08-08 10:59:54 -07:00
Clark Boylan 7872e280a9 Fix versioning depending on nose.
Previously versioning depended on nose which broke setup.py if nose
was not already installed. Break version into its own module so that
it is not dependent on nose.
2012-08-08 10:37:26 -07:00
Clark Boylan e1742b8c74 Add setup.py to the project.
Add a setup.py to the project that will install the HtmlOutput nose
plugin as a nose plugin called 'html-output' using setuptools
entrypoints.
2012-08-08 09:51:15 -07:00
Clark Boylan 23de5f2415 Properly group tests in output.
The nose.case.Test class wraps all tests and in doing so caused the
output to think all tests belonged to that class. Needed to access the
nose.case.Test.test member in order to get the actual test class.
2012-08-08 09:19:47 -07:00
Clark Boylan 7ed30bccbf Make width of error message relative.
Previously the width of the error message block was static and messages
would go outside the boundary of the border. Change the width to be
relative to make better use of the available space.
2012-08-08 09:07:50 -07:00
Clark Boylan 28529d5bb8 Initial commit of the nose html output plugin.
Should be working as is (but may require some hackery). More automagic
to come once setup.py is written.
2012-08-07 17:21:30 -07:00