subunit2sql/subunit2sql/tests
Masayuki Igawa 99f770ca13
Fix gate error "mysqladmin: command not found" and etc
mysqladmin package is required in tools/test-setup.sh
so adding bindep.txt file for this binary dependencies. And postgresql
packages are also required as well.

- http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html

This commit also updated sphinx versions in test-requirements.txt to
avoid this error.

  ERROR: Sphinx requires Python '>=3.5' but the running Python is 2.7.15

And also, this commit fixes a sqlalchemy error. This probably caused by
sqlalchemy version updates. It might be better to fix the code rather
than the sqlalchemy version cap.

  sqlalchemy.exc.ArgumentError: Textual SQL expression
    "tests.id='fake_null_test_..." should be explicitly declared as
    text("tests.id='fake_null_test_...")

Change-Id: Iff79081403fbc26442165ff5feb300bc317b0dfc
2019-07-18 12:11:53 +09:00
..
db Add delete by uuid functions 2018-04-02 14:30:37 -07:00
migrations Fix gate error "mysqladmin: command not found" and etc 2019-07-18 12:11:53 +09:00
__init__.py Initial commit 2014-06-12 23:59:00 -04:00
base.py Add logging capture fixture to the unit tests 2015-08-25 20:45:07 -04:00
db_test_utils.py Enable db api tests on all backends 2015-12-04 13:35:59 -05:00
subunit2sql_fixtures.py Remove DB existence check from open session termination 2016-04-08 17:03:11 -04:00
test_read_subunit.py Add subunit2sql CLI option to use non_subunit_name 2017-12-26 19:29:13 +00:00
test_shell.py Fix inconsistent treatment of test status 2018-12-27 04:41:35 +00:00
test_targets_localdir.py Example of how to use targets plugins 2015-11-10 23:07:18 -08:00
test_write_subunit.py Handle test_runs without metadata in write_subunit 2015-12-09 15:39:16 -05:00