summaryrefslogtreecommitdiff
path: root/tests/05_test_detection.py
AgeCommit message (Collapse)Author
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen
Utilize the get_commit_info() method of GitRepository instead of the deprecated get_subject(). Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-06-11Remove unused importsGuido Günther
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.
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen
Create a new 'pkg' basemodule, intended to be re-used by the upcoming rpm package helpers. Move some deb functionality to a new pkg.PkgPolicy class, to be used as a base for different package types. Introduces Deb-specific deb.DebianPkgPolicy.
2012-01-22PristineTar: move to separate moduleGuido Günther
and make it accessible from GitRepository to group checkout/checkin/lookup.
2012-01-15deb: minor refactor of parameters of has_orig()Markus Lehtonen
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore
2011-11-01Get rid of the symlinkGuido Günther
by moving the commands to gbp/scripts/
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther
2011-04-09Add tests for hardcoded compression typesGuido Günther
Git-Dch: Ignore
2011-04-09Detect compression from orig tarballLoïc Minier
2011-04-09Pass tarball_dir to guess_comp_type()Loïc Minier
Git-Dch: Ignore
2011-04-09Update guess_comp_type to take a cp as paramLoïc Minier
Git-Dch: Ignore
2011-04-09Add tests for orig autodetectionLoïc Minier