Skip to content

Commit

Permalink
Added test for io
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 25, 2024
1 parent 868862d commit 975784f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psrecord/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ def test_main(self):
def test_main_by_id(self):
sys.argv = ['psrecord', '--duration=3', str(os.getpid())]
main()

def test_io(self, tmpdir):
monitor(os.getpid(), duration=3, include_io=True)

0 comments on commit 975784f

Please sign in to comment.