Skip to content

Commit ae25ba9

Browse files
committed
...
1 parent c5c4b20 commit ae25ba9

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

tests/conftest.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
## conftest.py has a special meaning to pytest
2+
## ref: https://docs.pytest.org/en/latest/writing_plugins.html#conftest-py-plugins
3+
##
14
import os
25
import requests
3-
import pytest
46
import uuid
7+
8+
import pytest
59
import yaml
610

711

tests/test_hub_is_ready.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)