diff options
author | Peter Wu <peter@lekensteyn.nl> | 2018-04-13 23:38:15 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2018-04-15 05:34:41 +0000 |
commit | 82e8aa33a7812e8917d8e9187e0be4d2333b43b0 (patch) | |
tree | 0347b775a3081a8ad3daa0e47bb4b4557d0d85ec /.gitignore | |
parent | 0d31ec328f2c523cfc4655f1674a5f0eae80923f (diff) | |
download | wireshark-82e8aa33a7812e8917d8e9187e0be4d2333b43b0.tar.gz wireshark-82e8aa33a7812e8917d8e9187e0be4d2333b43b0.tar.bz2 wireshark-82e8aa33a7812e8917d8e9187e0be4d2333b43b0.zip |
dfilter-test.py: document parallelization support
Tests are independent and can be run in parallel using pytest-xdist
(https://github.com/pytest-dev/pytest-xdist), document it.
While at it, allow running the tests from other directories.
Change-Id: I3e55c549669f7d59d35cd64eca53680cea6dec2d
Reviewed-on: https://code.wireshark.org/review/26943
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3e54275d6..3137e6fe7d 100644 --- a/.gitignore +++ b/.gitignore @@ -261,3 +261,4 @@ packaging/portableapps/appinfo.ini packaging/rpm/SPECS/wireshark.spec vgcore.* Wireshark.* +.pytest_cache/ |