summaryrefslogtreecommitdiffhomepage
path: root/tests/06_test_upstream_source.py
Commit message (Collapse)AuthorAge
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* tests: minor test case cleanupsGuido Günther2015-03-27
| | | | Remove unused imports, remove unused variables or actually use them
* tests: add tests for UpstreamSource.guess_version()Markus Lehtonen2015-02-20
| | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch2013-04-08
| | | | | | | This puts test dirs below /tmp which often is a tmpfs. All tests include the context module which consolidates tmpdir creation and cleanup, undoes a chdir in teardown and silences log messages.
* UpstreamSource: automatically detect package name and versions from directoriesGuido Günther2012-06-25
| | | | of the form packagename-<version>
* Make TestDir testcase use a newly created directoryGuido Günther2012-06-25
| | | | neeeded for the upcoming packagename/version parsing support
* Refactor deb helpers: move UpstreamSource classMarkus Lehtonen2012-05-01
| | | | | to pkg base module. This refactor is preparation to the upcoming rpm support.
* UpstreamSource: turn is_* vars and properties into methodsGuido Günther2012-02-07
| | | | | since this is more consistent with the other is_* methods in other classes.
* Rename and comment testsGuido Günther2011-12-29
| | | | Git-Dch: Ignore
* Move debian related helpers into submoduleGuido Günther2011-11-22
|
* Add tests for UpstreamSourceGuido Günther2011-07-25
* tar and zipfile unpacking * (filtered) tar packing