- Nov 04, 2020
-
-
Dariusz Kędzierski authored
* Usage of pytest-benchmarks is dropped since it call tests sequentially which very long time to complete, instead original tavern tests are used * Time measuring is done via durations switch to pytest and tavern * During benchmarking validate_response.py is disabled using nevly introduced env variable * Each run creates xml junit file with time data * After all runs data from files are combined and report file is generated * Tests above threshold are marked with red
-
- Nov 03, 2020
-
-
Pawel Maniora authored
-
- Nov 02, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Oct 30, 2020
-
-
Dariusz Kędzierski authored
* New script for running benchmarks * Benchmarks are now runned several times to cheat caching * Data from each run is combined together
-
- Oct 29, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Oct 16, 2020
-
-
Dariusz Kędzierski authored
-
- Aug 17, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
- Added pytest-xdist plugin to enable multithreaded support for tests - Added durations option to measure test execution time
-
- Aug 14, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Aug 12, 2020
-
-
Dariusz Kędzierski authored
- removed tests_require from setup.py it is depreciated in favor of tox - setup test env in tox - removed gitpython dependency
-