
* Use GitLab CI/CD * Force colored tests * Get rid of an error * Mark tests as slow * Disable codecov & coveralls * Python 3.5-3.8 * Add Python 3.4 * Support both OpenSSL 1.1.0 and 1.1.1+ * Test both OpenSSL 1.1.0 and 1.1.1+ * Fix OpenSSL 1.1.1 * Fix Python 3.4 build
6 lines
No EOL
146 B
INI
6 lines
No EOL
146 B
INI
[pytest]
|
|
python_files = Test*.py
|
|
addopts = -rsxX -v --durations=6
|
|
markers =
|
|
slow: mark a tests as slow.
|
|
webtest: mark a test as a webtest. |