Skip to content

Commit fab69c6

Browse files
authored
Single test run instruction
1 parent 1c859f9 commit fab69c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ sudo docker compose -f docker-compose-tests.yaml up
241241
```bash
242242
sudo docker exec -w /app/ -it mysql_ch_replicator-replicator-1 python3 -m pytest -v -s test_mysql_ch_replicator.py
243243
```
244+
3. To run a single test:
245+
```bash
246+
sudo docker exec -w /app/ -it mysql_ch_replicator-replicator-1 python3 -m pytest -v -s test_mysql_ch_replicator.py -k test_your_test_name
247+
```
244248

245249
## Contribution
246250

0 commit comments

Comments
 (0)