Closed bernstei closed 2 years ago
Add filter to list comprehension that loops over <tests_dir>/test_name/ and <models_dir>/model_name/ which ignores any such files that do not contain a model.py and test.py.
<tests_dir>/test_name/
<models_dir>/model_name/
model.py
test.py
Add filter to list comprehension that loops over
<tests_dir>/test_name/
and<models_dir>/model_name/
which ignores any such files that do not contain amodel.py
andtest.py
.