Skip to content

Commit 5928730

Browse files
authored
Correct missing integration tests in pytest.ini
1 parent 5d43e18 commit 5928730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
2-
python_files = test_*.py unit_test_*.py
2+
python_files = test_*.py unit_test_*.py integration_test*.py
33
asyncio_mode = auto

0 commit comments

Comments
 (0)