Skip to content

Commit cbc6537

Browse files
committed
fix: do not ignore access module tests
1 parent b42e26f commit cbc6537

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
@@ -2,7 +2,7 @@
22
DJANGO_SETTINGS_MODULE = BrowserStackAutomation.settings
33
; # -- recommended but optional:
44
; python_files = tests.py test_*.py *_tests.py
5-
addopts = --ignore=Access/access_modules
5+
; addopts = --ignore=Access/access_modules
66

77
[pylama]
88
skip = env/*

0 commit comments

Comments
 (0)