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 3c680c1 commit 2782538Copy full SHA for 2782538
1 file changed
tests/conftest.py
@@ -58,6 +58,7 @@ def read_file_list() -> List[str]:
58
"""
59
this_dir = os.path.abspath(os.path.dirname(os.path.abspath(__file__)))
60
directory = os.path.join(this_dir, "..")
61
+ directory = os.path.join(directory, "tests/files/")
62
logger.info("Collecting file lists from: {}".format(directory))
63
file_list = []
64
for root, _, filenames in os.walk(directory):
0 commit comments