We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9238c commit abb9659Copy full SHA for abb9659
CONTRIBUTING.md
@@ -162,6 +162,12 @@ hatch test
162
163
## Clean test artifacts
164
165
+Be sure that all airflow services and the docker service have been stopped.
166
+The docker service can be stopped with.
167
+```
168
+hatch run hatch-test.py3.11:stop-psql-service
169
170
+
171
To clean test artifacts including the PostgreSQL databasese cluster, as well as the aiida and the airflow config.
172
```bash
173
hatch run hatch-test.py3.11:clean
0 commit comments