Open ryanSoley opened 2 months ago
test_read_regression
test_write_regression
test_delete_regression
test_read_write_regression
python -m pytest tests/regression
What
test_read_regression
tests that the repository accurately retrieves data from the filesystemtest_write_regression
tests that the repository accurately writes data to the filesystemtest_delete_regression
tests that the repository accurately removes data from the filesystemtest_read_write_regression
tests that the repository accurately retrieves data written by the repository itselfHow to Test
python -m pytest tests/regression