aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add a testcase for packages.Patrick Lehmann2021-01-011-1/+1
|
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-301-0/+7
* Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0)