summaryrefslogtreecommitdiff
path: root/tests/06_test_upstream_source.py
AgeCommit message (Expand)AuthorFilesLines
2014-11-14CentOS compatibility: fix testsMarkus Lehtonen1-1/+5
2014-11-14UpstreamSource: implement prefix guessingMarkus Lehtonen1-1/+5
2014-11-14UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen1-0/+4
2014-11-14UpstreamSource: introduce is_tarball() methodMarkus Lehtonen1-0/+4
2014-11-14UpstreamSource.pack: support prefix manglingMarkus Lehtonen1-0/+9
2014-11-14tests: add tests for UpstreamSource.guess_version()Markus Lehtonen1-0/+2
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch1-22/+18
2012-06-25UpstreamSource: automatically detect package name and versions from directoriesGuido Günther1-0/+1
2012-06-25Make TestDir testcase use a newly created directoryGuido Günther1-3/+11
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen1-1/+1
2012-02-07UpstreamSource: turn is_* vars and properties into methodsGuido Günther1-7/+7
2011-12-29Rename and comment testsGuido Günther1-1/+5
2011-11-22Move debian related helpers into submoduleGuido Günther1-2/+2
2011-07-25Add tests for UpstreamSourceGuido Günther1-0/+86