summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-03CentOS compatibility: fix cherry-picked testsMarkus Lehtonen1-1/+5
2014-04-03Test option parser fallbacks more thoroughlyGuido Günther2-0/+99
2014-04-03config: Don't pull in config defaults twiceGuido Günther1-1/+1
2014-03-05rpm-ch: add unit tests for the command line toolMarkus Lehtonen2-0/+368
2014-02-25rpm tests: refactor test repository initializationMarkus Lehtonen2-50/+54
2014-02-25rpm tests: trivial pylint fix (wrap line)Markus Lehtonen1-1/+2
2014-02-25rpm tests: trivial pylint fix for pq-rpm testsMarkus Lehtonen1-1/+1
2014-02-25rpm tests: trivial typo fixes for pq-rpm testsMarkus Lehtonen1-2/+2
2014-02-24pq-rpm: implement --new-packaging-dir cmdline optionMarkus Lehtonen1-4/+19
2014-02-24pq-rpm: implement 'convert' subcommandMarkus Lehtonen1-0/+39
2014-02-24pq-rpm: implement '--import-files' command line optionMarkus Lehtonen1-4/+21
2014-02-24rpm: correctly handle 'NoSource' and 'NoPatch' tags in specMarkus Lehtonen1-1/+1
2014-02-13import-orig-rpm: get archive from spec fileMarkus Lehtonen1-4/+43
2014-02-13rpm: store full path of spec file sourcesMarkus Lehtonen1-0/+2
2014-02-12import-orig-rpm: implement --create-missing-branches optionMarkus Lehtonen1-4/+25
2014-02-12import-orig-rpm: disable --merge by defaultMarkus Lehtonen1-47/+86
2014-02-07rpm: add gbp.rpm.changelog moduleMarkus Lehtonen1-0/+224
2014-02-07rpm: support for getting/setting changelog in specMarkus Lehtonen5-4/+75
2014-02-04pq-rpm: add unit tests for the command line toolMarkus Lehtonen2-0/+533
2014-02-04rpm-tests: add RepoManifest classMarkus Lehtonen1-0/+37
2014-01-31rpm: Implement spec_from_repo() helper functionMarkus Lehtonen1-2/+8
2014-01-31rpm.SpecFile: add 'specpath' attributeMarkus Lehtonen1-0/+2
2014-01-31ComponentTestBase: use regex matching in log checkingMarkus Lehtonen1-3/+4
2014-01-31ComponentTestBase: add a per-class toplevel temp dirMarkus Lehtonen1-1/+8
2014-01-24tests: minor fix to GitRepository testsMarkus Lehtonen1-1/+1
2014-01-24rpm tests: change way how to make an empty commitMarkus Lehtonen1-4/+3
2014-01-14rpm: support guessing spec file from git treeishMarkus Lehtonen1-1/+33
2014-01-14rpm.SpecFile: support parsing spec as raw text dataMarkus Lehtonen1-0/+17
2014-01-14rpm: change guess_spec() to return SpecFile objectMarkus Lehtonen1-12/+4
2014-01-14GitRepository/get_remote_repos: return URLs, tooMarkus Lehtonen1-2/+3
2014-01-14rpm tests: slight modificatin of import-srpm testsMarkus Lehtonen1-58/+62
2014-01-14tests: add tests for git-import-orig-rpmMarkus Lehtonen2-0/+539
2014-01-14rpm: support importing bzip2 compressed patchesMarkus Lehtonen2-0/+14
2014-01-14rpm: give patches in the order they are applied in the specMarkus Lehtonen2-1/+35
2014-01-14CentOS compatibility: fix testsMarkus Lehtonen13-25/+72
2014-01-14rpm: support conditionals in patch-exportMarkus Lehtonen3-8/+19
2014-01-14import-srpm: skip pristine-tar for non-tar sources archivesMarkus Lehtonen1-0/+10
2014-01-14test_import_srpm: add checks for files in repoMarkus Lehtonen1-7/+25
2014-01-14rpm.SpecFile: drop the internal sources structureMarkus Lehtonen1-0/+1
2014-01-14rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen2-3/+27
2014-01-14rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen1-1/+1
2014-01-14rpm helpers: yet another fix to patch numberingMarkus Lehtonen7-16/+19
2014-01-14rpm helpers: support all tagsMarkus Lehtonen2-0/+89
2014-01-14rpm helpers: parse 'nosource' and 'nopatch' sources correctlyMarkus Lehtonen2-0/+4
2014-01-14rpm helpers: implement _set/delete_special_macro() methodsMarkus Lehtonen3-2/+19
2014-01-14rpm refactor: rewrite set_tag functionalityMarkus Lehtonen4-5/+122
2014-01-14rpm refactor: split spec parsing into multiple methodsMarkus Lehtonen1-2/+2
2014-01-14import-srpm: enhance spec guessingMarkus Lehtonen1-2/+13
2014-01-14buildpackage-rpm: support setting/updating the 'VCS:' tagMarkus Lehtonen1-0/+0
2014-01-14rpm helpers: support updating tags in the spec fileMarkus Lehtonen5-2/+157