Skip to content

Commit

Permalink
chore: do not run bench.py during test
Browse files Browse the repository at this point in the history
  • Loading branch information
M0r13n committed Sep 28, 2024
1 parent d7312d8 commit 3c69125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import unittest

KEYWORDS_TO_IGNORE = (
'bench',
'tcp',
'udp',
'live',
Expand Down Expand Up @@ -32,4 +33,4 @@ def test_run_every_file(self):
if csv_file.exists():
csv_file.unlink()

assert i == 22
assert i == 23

0 comments on commit 3c69125

Please sign in to comment.