Skip to content

Commit

Permalink
Run black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Aug 19, 2024
1 parent 2c2bfd8 commit c49bf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/tests/integration_tests/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
help="Run integration tests with less packets.",
)


def run_tests():
args = parser.parse_args()
less_packets = "--less-packets" if args.less_packets else ""
Expand All @@ -35,4 +36,3 @@ def run_tests():
f"{less_packets}",
]
subprocess.call(test_command)

0 comments on commit c49bf26

Please sign in to comment.