| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run autoflake on code | Mats Wichmann | 2020-09-21 | 1 | -2/+0 |
| | | | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Fixed Docbook Tool and updated its tests. | Dirk Baechle | 2020-06-21 | 1 | -0/+52 |
| | | |||||
| * | rm-py2: Remove "from __future__" from more places | Mats Wichmann | 2020-02-20 | 1 | -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+ changes | William Deegan | 2020-02-18 | 1 | -23/+25 |
| | | |||||
| * | add test cases to exhibit bugs in must_[not_]contain() | Paweł Tomulik | 2018-10-05 | 1 | -2/+54 |
| | | |||||
| * | move test files from QMTest to testing/framework. QMtest hasn't been used in ↵ | William Deegan | 2018-04-30 | 1 | -0/+2340 |
| quite some time | |||||
