Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
Switch unittests to nosetests, provide simple config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vespian authored and Vespian committed Mar 9, 2014
1 parent 2a0a65c commit fae72c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 79 deletions.
6 changes: 6 additions & 0 deletions nose.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[nosetests]
with-coverage=1
cover-package=certcheck
cover-erase=1
cover-html=1
cover-html-dir=test/output_coverage_html/
27 changes: 0 additions & 27 deletions test/.coveragerc

This file was deleted.

52 changes: 0 additions & 52 deletions test/test.py

This file was deleted.

0 comments on commit fae72c0

Please sign in to comment.