Probe Dock probe for Python's Pytest module
- Python 3.4+
- Not tested on Python 2.7, if you try it, please report any bug
For now, no package is available on pip. This will come.
Until then, you need to install the base probedock package manually :
- go to Probedock Python and download the package
- run python3 setup.py in the directory where you downloaded the files, which will install the base library
- download the package here
- run python3 setup.py in the directory where you downloaded the files.
To enable probedock reporting with Nose2, you have to add probedock_nose2 to your unittest.cfg file under the plugin section.
You then need to enable it on the command line by using either -P or --probedock.
For information about how to configure the probe, please see Probedock Python
When contributing new features and bug fixes, please add a changelog entry with your name and what you did
Probe Dock Py Unittest is licensed under the MIT License. See LICENSE.txt for the full license.