@@ -96,15 +96,15 @@ You can choose from three different environments to test your fixes/changes, bas
9696
9797* Run the validation script:
9898
99- `` ./validation .sh ``
99+ `` ./validate .sh ``
100100
101101* To run a specific test function:
102102
103103`` pytest tests/test_moto::test_get_bucket_region_succeed ``
104104
105105* To run all mocked test functions (Using 8 parallel processes):
106106
107- `` pytest -n 8 tests/test_moto ``
107+ `` pytest -n 8 tests/test_moto.py ``
108108
109109### Data Lake test environment
110110
@@ -135,15 +135,15 @@ You can choose from three different environments to test your fixes/changes, bas
135135
136136* Run the validation script:
137137
138- `` ./validation .sh ``
138+ `` ./validate .sh ``
139139
140140* To run a specific test function:
141141
142- `` pytest tests/test_s3_athena::test_to_parquet_modes ``
142+ `` pytest tests/test_athena_parquet.py::test_parquet_catalog ``
143143
144144* To run all data lake test functions (Using 8 parallel processes):
145145
146- `` pytest -n 8 tests/test_s3_athena ``
146+ `` pytest -n 8 tests/test_athena* ``
147147
148148### Full test environment
149149
@@ -181,11 +181,11 @@ You can choose from three different environments to test your fixes/changes, bas
181181
182182* Run the validation script:
183183
184- `` ./validation .sh ``
184+ `` ./validate .sh ``
185185
186186* To run a specific test function:
187187
188- `` pytest tests/test_s3_athena::test_to_parquet_modes ``
188+ `` pytest tests/test_athena_parquet.py::test_parquet_catalog ``
189189
190190* To run all data lake test functions for all python versions (Only if Amazon QuickSight is activated):
191191
0 commit comments