summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestCommonTests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-211-0/+52
|
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-5/+2
| | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com>
* Update TestCommonTests.py to work with py35+ changesWilliam Deegan2020-02-181-23/+25
|
* add test cases to exhibit bugs in must_[not_]contain()Paweł Tomulik2018-10-051-2/+54
|
* move test files from QMTest to testing/framework. QMtest hasn't been used in ↵William Deegan2018-04-301-0/+2340
quite some time