Skip to content

Commit

Permalink
Move tests to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
rndtrash committed Jan 1, 2024
1 parent c3d9b78 commit 6afe943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@


def test_smoke():
with open(os.path.abspath('demos/bootcamp_test_short.dem'), 'rb') as f:
with open('demos/bootcamp_test_short.dem', 'rb') as f:
parse_demo(BytesIO(f.read()))

0 comments on commit 6afe943

Please sign in to comment.