We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa23f7 commit f15c37aCopy full SHA for f15c37a
1 file changed
CONTRIBUTING.md
@@ -27,3 +27,15 @@ git push upstream main --follow-tags
27
python setup.py sdist bdist_wheel
28
twine upload dist/*
29
```
30
+
31
+## Pytest
32
+Testing `adlfs` requires Microsoft `azurite`, which
33
+requires `docker`. Locally, this can be done with `Docker`, or
34
+`colima`, which itself supports the `Docker runtime`.
35
36
+If using `colima` do:
37
+```
38
+colima start
39
+export DOCKER_HOST="unix://$HOME/.colima/docker.sock"
40
+pytest
41
0 commit comments