elastic-recheck/test-requirements.txt
Sorin Sbarnea c6f07d7f93 Use pytest for queries
Switches queries testing to use of pytest which provides the following:
- test generator for each query (parametrize)
- ability to test a single query test
- generate html report with test results, making easier to investigate
  failures.
- parallel executions
- minor bugfix which prevented running queries from running with py38
  as the  config parser requires only strings (None being invalid).

Change-Id: I982c694a5160a9ecfd117d177d30b911cfe53425
2020-09-10 10:24:37 +00:00

12 lines
176 B
Plaintext

coverage>=3.6
fixtures>=3.0.0
python-subunit
testrepository>=0.0.17
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
mock>=1.0
# queries use pytest
pytest
pytest-xdist
pytest-html