Skip to content

Commit 5bdce64

Browse files
committed
Update documentation with "tests in parallel" information
1 parent 3114f0b commit 5bdce64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ Added
1616
Changed
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

2021
Removed
2122
-------
2223

2324
Fixed
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
^^^^^^^^^^^^^^^^^^^^

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ Then, run the tests:
122122
make 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
126133
Releasing a new version is quite simple, as the packages are build and distributed by travis.
127134

0 commit comments

Comments
 (0)