Skip to content

Commit

Permalink
all unittests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Apr 11, 2016
1 parent d3abe80 commit b4e566a
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 2,474 deletions.
14 changes: 14 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
############################################################
# Run all the unittests and create coverage report.
#
# Usage:
# ./run_tests.sh 2>&1 | tee ./run_tests.log
#
############################################################

nosetests

# coverage report
# nosetests --with-coverage --cover-erase --cover-inclusive --cover-package=sbmlutils --cover-html
# firefox cover/index.html
2 changes: 1 addition & 1 deletion sbmlutils/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import uuid
import datetime

from .validation import check
from validation import check

# create logger
logger = logging.getLogger('annotation')
Expand Down
File renamed without changes.
File renamed without changes.

This file was deleted.

6 changes: 0 additions & 6 deletions sbmlutils/examples/models/test/_report/css/bootstrap.min.css

This file was deleted.

105 changes: 0 additions & 105 deletions sbmlutils/examples/models/test/_report/css/dashboard.css

This file was deleted.

15 changes: 0 additions & 15 deletions sbmlutils/examples/models/test/_report/css/datatables.min.css

This file was deleted.

20 changes: 0 additions & 20 deletions sbmlutils/examples/models/test/_report/css/report.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 0 additions & 19 deletions sbmlutils/examples/models/test/_report/js/MathJax.js

This file was deleted.

7 changes: 0 additions & 7 deletions sbmlutils/examples/models/test/_report/js/bootstrap.min.js

This file was deleted.

196 changes: 0 additions & 196 deletions sbmlutils/examples/models/test/_report/js/datatables.min.js

This file was deleted.

Loading

0 comments on commit b4e566a

Please sign in to comment.