summaryrefslogtreecommitdiff
path: root/tests/03_test_dch_guess_version.py
AgeCommit message (Collapse)Author
2015-02-20Use relative importGuido Günther
so Python3 can cope as well
2015-02-20Use relative import for testutilsGuido Günther
2013-08-21Move MockedChangelog to testutilsGuido Günther
and allow to specify the content so we can reuse it for other dch tests.
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch
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.
2013-03-27Split out building a debian version from an upstream commitGuido Günther
based on a patch by Daniel Dehennin Needed for #672954, #646684, #669171
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore
2011-12-28dch: Honor epoch when guessing new upstream versionGuido Günther
Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase