summaryrefslogtreecommitdiffstats
path: root/test/update-release-info
Commit message (Collapse)AuthorAgeFilesLines
* Run autoflake on codeMats Wichmann2020-09-211-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 stringsWilliam Deegan2020-07-051-41/+42
|
* Remove verbose_set calls from testsMats Wichmann2020-03-181-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 testableWilliam Deegan2020-02-101-91/+93
|
* move test files from QMTest to testing/framework. QMtest hasn't been used in ↵William Deegan2018-04-301-1/+1
| | | | quite some time
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-6/+6
|
* fix test/update-release-info/update-release-info.py to work with copyright ↵William Deegan2014-03-091-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 Oberbrunner2012-10-131-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 Deegan2012-01-171-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 2011William Deegan2011-01-261-5/+5
|
* Move update-release-info.py from src/ to tests/update_release-info/Greg Noel2010-06-111-0/+256