Skip to content

Commit

Permalink
Merge pull request #7 from leifwalsh/more-improved-coverage
Browse files Browse the repository at this point in the history
add io (syscall) coverage
  • Loading branch information
leifwalsh authored Jan 10, 2021
2 parents b5ed13c + 01a9981 commit e11e610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_flametrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def test_flametrace(self):
)
class Flake8FlametraceTests(FlametraceTests):

command = ["tox", "-e", "flake8"]
command = ["--mode", "io", "tox", "-e", "flake8"]

0 comments on commit e11e610

Please sign in to comment.