Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run autoflake on code | Mats Wichmann | 2020-09-21 | 1 | -1/+2 |
| | | | | | | | | | | 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> | ||||
* | updates for new version strings | William Deegan | 2020-07-05 | 1 | -41/+42 |
| | |||||
* | Remove verbose_set calls from tests | Mats Wichmann | 2020-03-18 | 1 | -1/+0 |
| | | | | | | | | test.verbose_set() enables verbose mode, can be a useful debugging aid. Shouldn't be left in in production tests, as it creates noise in the test log. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | fixed tests and some code to be testable | William Deegan | 2020-02-10 | 1 | -91/+93 |
| | |||||
* | move test files from QMTest to testing/framework. QMtest hasn't been used in ↵ | William Deegan | 2018-04-30 | 1 | -1/+1 |
| | | | | quite some time | ||||
* | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -6/+6 |
| | |||||
* | fix test/update-release-info/update-release-info.py to work with copyright ↵ | William Deegan | 2014-03-09 | 1 | -1/+1 |
| | | | | year range rather than the previously list of each year separated by commas | ||||
* | Merged pull request #44 (make README a ReStructuredText file) | Gary Oberbrunner | 2012-10-13 | 1 | -1/+5 |
| | | | | I added a few test fixes and tweaks to Russels version. | ||||
* | fixed test for update release to work in 2012 (and years thereafter). It had ↵ | William Deegan | 2012-01-17 | 1 | -11/+15 |
| | | | | 2011 hardcoded in many places. Now it'll calculate the current year and use that instead | ||||
* | Fix test/update-release-info/update-release-info.py to work in the year 2011 | William Deegan | 2011-01-26 | 1 | -5/+5 |
| | |||||
* | Move update-release-info.py from src/ to tests/update_release-info/ | Greg Noel | 2010-06-11 | 1 | -0/+256 |