Skip to content

Commit

Permalink
Fix test ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 11, 2019
1 parent a187c81 commit c692cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def pytest_collection_modifyitems(items):
# Ensure test_black.py and test_inspect.py run first before any asyncio code kicks in
move_to_front(items, "test_black")
move_to_front(items, "test_inspect_cli")
move_to_front(items, "test_inspect_cli_writes_to_file")


def move_to_front(items, test_name):
Expand Down

0 comments on commit c692cd2

Please sign in to comment.