summaryrefslogtreecommitdiff
path: root/README.unittests.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop compatibility with python 2.7.CaselIT2021-06-221-5/+5
| | | | | | Now alembic supports only python from version 3.6. Change-Id: Iccf124c2d74af801d90a16c9003cdad318768625
* Update README.unittests.rst re: test suiteGord Thompson2021-06-201-3/+23
| | | | Change-Id: Id7c0c06eb0826b50b55a4f0e18b4fbe397714a23
* Update README.unittests.rstGord Thompson2021-05-091-38/+130
| | | | Change-Id: I3262688c4ceb6de48959e36c92b1c55b7c0a3ba6
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-2/+2
| | | | | Fixes: #748 Change-Id: I18df97bdce5de6adb222d3f16486272e95b1b1a6
* updates for README.unittests.rstMike Bayer2019-10-141-37/+48
| | | | | | | | The "setup.py" script was still being referenced erroneously. Also add a note that starting DB must be empty. Change-Id: I8c4e70f67fa29fc3b388902b0afac50f9a34d10a References: #610
* Update to latest README.unittests.rstMike Bayer2019-05-061-24/+211
| | | | | | | Also note run_tests.py is deprecated. Change-Id: Ie82dd3133b487f61b32e005d6f2b8941cddfcce3 Fixes: #557
* - test runner updatesMike Bayer2014-11-241-4/+5
|
* - add a tox.ini fileMike Bayer2014-09-091-0/+34
- update the readme.unittests a bit