Skip to content

Commit e1c73d2

Browse files
committed
Improving CONTRIBUTING.md
1 parent e62794e commit e1c73d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)