Commit Graph

  • d533445b26
    Fix issues with the blacklist file regex generation Matthew Treinish 2015-08-28 20:06:42 -04:00
  • b135c5c80e Use test_to_run var in no-discover John Griffith 2015-09-28 11:08:45 -06:00
  • f5168086f4 Minor refactoring to make os_testr more testable John Griffith 2015-09-25 18:46:08 -06:00
  • a8ca37c523
    Switch to using autogenerated ChangeLog in docs Matthew Treinish 2015-09-24 11:51:50 -04:00
  • c5fd8d37cd Change ignore-errors to ignore_errors Monty Taylor 2015-09-21 14:41:57 +00:00
  • b351bc6c8f
    Handle a skipped test without a reason message Matthew Treinish 2015-08-15 14:41:22 -04:00
  • dcb8ea833c Merge "Minimize output when --abbreviate is used" Jenkins 2015-08-15 18:40:31 +00:00
  • 01ae2c608b Minimize output when --abbreviate is used Davanum Srinivas 2015-08-02 17:59:34 -04:00
  • 8eb9453815 Make use of argparse groups and add some tests TerryHowe 2015-08-06 16:48:37 -06:00
  • 5a739f9ac0 Merge "Convert file names to regular expressions" 0.3.0 Jenkins 2015-08-06 21:58:44 +00:00
  • aee3402c68 Convert file names to regular expressions TerryHowe 2015-07-19 08:30:14 -06:00
  • 2ea7c8837b Handle incomplete subunit streams Matthew Treinish 2015-08-06 12:03:57 -04:00
  • fdb57bdacd Merge "Set min pbr version in setup_requires" Jenkins 2015-08-06 00:35:33 +00:00
  • 04a393eae2
    Set min pbr version in setup_requires Matthew Treinish 2015-08-05 18:30:06 -04:00
  • 970e74bfd8 update requirements Kun Huang 2015-07-31 10:12:21 +08:00
  • 8ee57bc823 Fixup dependencies for python-os-testr package James Page 2015-07-20 14:35:01 +01:00
  • e43001c9e6 Add TODO entry for moving away from subprocess in ostestr Matthew Treinish 2015-07-14 11:39:11 -04:00
  • 2f29ca51be
    Improved docs for os-testr commands Matthew Treinish 2015-07-09 21:22:25 -04:00
  • 364f0f21c9 * New upstream release. * Added myself as uploader. * Added python{3,}-ddt as build-depends. * Using git tag based workflow as the package is from OpenStack: - Dropped upstream tarball artifacts (ChangeLog, AUTHORS, PKG-INFO). - Fixed debian/gbp.conf - Added export OSLO_PACKAGE_VERSION=$(VERSION) in debian/rules. * Added unit tests: - Added it in debian/rules. - Added in debian/bin/* commands which are normally generated by pbr, so that we can run unit tests. * Dropped Py3 compat patch applied upstream. debian/0.2.0-1 Thomas Goirand 2015-07-07 21:49:33 +02:00
  • 206f013161 Merge tag '0.2.0' into debian/liberty Thomas Goirand 2015-07-07 21:40:23 +02:00
  • 16330c0526 Merge "Disable printing percent change on run time by default" 0.2.0 Jenkins 2015-06-30 14:29:08 +00:00
  • 3b1f0ddb6a Merge "Misc Python 3 compatibility fixes" Jenkins 2015-06-29 18:09:56 +00:00
  • 0abbeeac4b
    Dogfood things for unit tests Matthew Treinish 2015-06-23 19:31:57 -04:00
  • 7376e96ab3 Disable printing percent change on run time by default Matthew Treinish 2015-06-23 19:23:13 -04:00
  • 5fa9614405 releasing package python-os-testr version 0.1.0-1 debian/0.1.0-1 James Page 2015-06-23 11:12:34 +01:00
  • 466e024f30 Add Breaks/Replaces against tempest-lib for subunit-trace James Page 2015-06-23 10:26:03 +01:00
  • 27abaea1ea Add DEP-8 execution of tests, fixup py3 compatibility James Page 2015-06-23 09:51:33 +01:00
  • 4292155e3e Misc Python 3 compatibility fixes James Page 2015-06-23 09:47:44 +01:00
  • 6a846ea968 Fixup section naming in gbp.conf. James Page 2015-06-23 09:27:16 +01:00
  • 79e2754c5e Tweak dependencies James Page 2015-06-22 18:00:42 +01:00
  • 36a7701ba3 Imported Debian patch 0.1.0-1 James Page 2015-06-22 17:31:41 +01:00
  • 5ce2590137 Imported Upstream version 0.1.0 upstream/0.1.0 James Page 2015-06-22 17:54:43 +01:00
  • de604832c3 Catch exception trying to extract test time TerryHowe 2015-06-01 13:28:53 -06:00
  • 9832648353 Fix ValueError in subunit_trace Thomas Bechtold 2015-04-18 13:39:25 +02:00
  • ff3dc87d6b Add support for having comments in the exclude file Matthew Treinish 2015-04-13 11:32:50 -04:00
  • 80012c0c0a Merge "Add TODO file to os-testr" Jenkins 2015-04-06 19:28:42 +00:00
  • 131b5353a7 Add TODO file to os-testr Matthew Treinish 2015-04-06 11:37:12 -04:00
  • 78f9371161 Merge "Flush out the readme in preparation for the first release" 0.1.0 Jenkins 2015-04-02 20:10:19 +00:00
  • 12ca9dd582 Fix pep8 issues and add apache header to subunit2html Matthew Treinish 2015-04-01 19:12:37 -04:00
  • f5c5aabbc5 Flush out the readme in preparation for the first release Matthew Treinish 2015-04-01 17:58:42 -04:00
  • 42d450eb00 Add subunit2html from jenkins slave scripts Matthew Treinish 2015-03-31 10:42:25 -04:00
  • ef2e83d396 Ensure failure is printed with --until-failure in pretty mode Matthew Treinish 2015-03-19 00:10:37 -04:00
  • 6101ef52f9 Add --until-failure option to ostestr Matthew Treinish 2015-03-18 23:36:42 -04:00
  • f0e5175420 Add basic unit tests to check ostestr return codes Matthew Treinish 2015-03-18 22:47:31 -04:00
  • bbc8b8f541 Add percent change to duration on subunit-trace output Matthew Treinish 2015-02-18 17:43:45 -05:00
  • 6e1bb16cab Use python APIs to call run modules in ostestr Matthew Treinish 2015-03-17 19:55:43 -04:00
  • 8448bd574e Add ostestr options to control parallelism Matthew Treinish 2015-03-17 19:40:35 -04:00
  • 51e4fb6b9f Fix the testr init subprocess call Matthew Treinish 2015-03-17 19:18:48 -04:00
  • eb6195b16e Improve the arguments for ostestr Matthew Treinish 2015-03-17 19:13:06 -04:00
  • f67bff41a1 Fix pep8 issues Matthew Treinish 2015-03-17 18:59:38 -04:00
  • b914b96d4f Fix return code on test run failure Matthew Treinish 2015-03-17 18:55:17 -04:00
  • 898dbbbda6 Add --pdb flag and fix --no-discover flag Matthew Treinish 2015-03-17 16:42:27 -04:00
  • 898cd1eab5 Add subunit-trace and ostestr Matthew Treinish 2015-03-17 16:23:32 -04:00
  • d1049b1ad6 Initial Cookiecutter Commit. Matthew Treinish 2015-03-17 14:58:46 -04:00