Skip to content

Commit

Permalink
Switch to pytest (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve authored Mar 1, 2020
1 parent fd147d6 commit 86b0f95
Show file tree
Hide file tree
Showing 14 changed files with 2,181 additions and 2,181 deletions.
2 changes: 1 addition & 1 deletion coverage.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
nosetests --with-coverage --cover-package=nptdms --cover-html --cover-html-dir=coverage
coverage run -m pytest && coverage html -d coverage
Loading

0 comments on commit 86b0f95

Please sign in to comment.