We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e25127 commit 8ade70cCopy full SHA for 8ade70c
README.md
@@ -54,11 +54,19 @@ qBittorrent.sink { completion in
54
55
### Unit tests
56
57
-`$ swift test --filter UnitTests`
+1. Start test by:
58
+ ```bash
59
+ swift test --filter UnitTests
60
+ ```
61
62
### Integration tests
63
-```bash
-$ docker-compose -f ./Resources/docker-compose.yml up -d
-$ swift test --filter IntegrationTests
64
-```
+1. [Install Docker](https://docs.docker.com/get-docker/)
65
+2. Start qBittorrent server in Docker by:
66
67
+ docker-compose -f ./Resources/docker-compose.yml up -d
68
69
+3. Run the tests
70
71
+ swift test --filter IntegrationTests
72
0 commit comments