We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c4b20 commit ae25ba9Copy full SHA for ae25ba9
tests/conftest.py
@@ -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
+##
4
import os
5
import requests
-import pytest
6
import uuid
7
+
8
+import pytest
9
import yaml
10
11
tests/test_hub_is_ready.py
0 commit comments