You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,27 +103,28 @@ test_fac.py ..........
103
103
congratulations :)
104
104
```
105
105
106
-
## Parallel run
106
+
## Parallel run and other tox features
107
107
108
-
If you want to run your tests in parallel, use `detox` command at the end of `docker run` line. Detox is preinstalled in the image but it works only with a local source code.
108
+
You can adjust the behavior of tox by setting TOX_PARAMS variable with any combination of CLI parameters. It's useful for example for parallel run of your tests.
109
109
110
110
```
111
-
docker run --rm -it -v $PWD:/src -w /src frenzymadness/fedora-python-tox detox
0 commit comments