Skip to content

Commit f3387d2

Browse files
committed
681 update readme with instructions for runnnig tests
1 parent 751e923 commit f3387d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ pip install -r requirements.txt
8787
pip install -r requirements-dev.txt
8888
```
8989

90-
Run pytest:
90+
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:
9193

9294
```python
9395
pytest

0 commit comments

Comments
 (0)