4 lines
74 B
Python
4 lines
74 B
Python
# -*- coding: utf-8 -*-
|
|
def pytest_ignore_collect(path):
|
|
return False
|
# -*- coding: utf-8 -*-
|
|
def pytest_ignore_collect(path):
|
|
return False
|