We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751e923 commit f3387d2Copy full SHA for f3387d2
README.md
@@ -87,7 +87,9 @@ pip install -r requirements.txt
87
pip install -r requirements-dev.txt
88
```
89
90
-Run pytest:
+The test suite requires Docker to be installed and running, as it will download and launch netbox-docker containers during test execution.
91
+
92
+With Docker installed and running, execute the following command to run the test suite:
93
94
```python
95
pytest
0 commit comments