File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ Added
1616Changed
1717-------
1818- Unknown sections in markdown format (NLU data) are not ignored anymore, but instead an error is raised.
19+ - Tests can now be run in parallel
1920
2021Removed
2122-------
2223
2324Fixed
2425-----
25- - fix missing ``tkinter `` dependency for running tests on Ubuntu
26+ - Fix missing ``tkinter `` dependency for running tests on Ubuntu
2627
2728[1.3.4] - 2019-09-14
2829^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -122,6 +122,13 @@ Then, run the tests:
122122make test
123123```
124124
125+ They can also be run at multiple jobs to save some time:
126+ ``` bash
127+ make test -j [n]
128+ ```
129+
130+ Where ` [n] ` is the number of jobs desired. If omitted, ` [n] ` will be automatically chosen by pytest.
131+
125132### Steps to release a new version
126133Releasing a new version is quite simple, as the packages are build and distributed by travis.
127134
You can’t perform that action at this time.
0 commit comments