1. 31e91bd Handle unset prog in MainTestCase by Dirk Pranke · 10 years ago
  2. 3c1fe12 make creating hosts in tester consistent and aware of orig_sys_std{out,err} by Dirk Pranke · 10 years ago
  3. 8b04613 add tests for host, host_fake by Dirk Pranke · 10 years ago
  4. 1d17434 write tests for test_case by Dirk Pranke · 10 years ago
  5. 5371842 fix output formatting for run_under_coverage by Dirk Pranke · 10 years ago
  6. a8d8d51 Make printer_test, stats_test not depend on typ by Dirk Pranke · 10 years ago
  7. 3b6a808 simplify __main__.py and get as much coverage as possible by Dirk Pranke · 10 years ago
  8. f61051f finish testing stats by Dirk Pranke · 10 years ago
  9. fbfdac7 round out testing of pool by Dirk Pranke · 10 years ago
  10. 3ac29b3 thread host through everything by Dirk Pranke · 10 years ago
  11. c4054d7 100% coverage of json_results; rename --omit-coverage to --coverage-omit by Dirk Pranke · 10 years ago
  12. 4090f07 add --omit-coverage option, fix report by Dirk Pranke · 10 years ago
  13. 95cc5cc linting by Dirk Pranke · 10 years ago
  14. c6a2b4d add host.fetch() to make http requests testable, add upload_results_if_necessary tests by Dirk Pranke · 10 years ago
  15. ca2c7ae convert to using hosts by Dirk Pranke · 10 years ago
  16. d33eb11 fix passing through contexts by Dirk Pranke · 10 years ago
  17. d9a1b07 fix splitting by Dirk Pranke · 10 years ago
  18. e15bb2c add base TestCase w/ typ_context, improve argv splitting/handling by Dirk Pranke · 10 years ago
  19. da8df2b lint, update MainTestCase.check() signature by Dirk Pranke · 10 years ago
  20. 7119690 first pass at MainTestCase, add Host objects by Dirk Pranke · 10 years ago
  21. e23ca40 fix AsyncPool, add basic tests by Dirk Pranke · 10 years ago
  22. b5df60d checkpoint test skeletons by Dirk Pranke · 10 years ago
  23. 454cabb add unit tests for printer, stats, sync up w/ pyn by Dirk Pranke · 10 years ago
  24. beed5ae fix merge, add initial support for skipped tests and tests that need to be run serially by Dirk Pranke · 10 years ago
  25. 85e5625 merge in fix for skipped tests from crbug.com/397279 by Dirk Pranke · 10 years ago
  26. 57217df fix typ wrapper invocation of main, add -x/--exclude option to skip tests by Dirk Pranke · 10 years ago
  27. dfbf754 Make typ work with multiprocessing on windows. by Dirk Pranke · 10 years ago
  28. 5bce315 handle win paths, add better logging for retries, fix timing message by Dirk Pranke · 10 years ago
  29. be50141 fix trap_stdio() call by Dirk Pranke · 10 years ago
  30. 29fbb9b Start hacking on the code to make it more embeddable as a library. by Dirk Pranke · 10 years ago
  31. 25b50d9 fix default for --path by Dirk Pranke · 10 years ago
  32. c216a49 bug fixes by Dirk Pranke · 10 years ago
  33. 1f2e59c bump version to 0.2, add chromium-compatible stuff like retries by Dirk Pranke · 10 years ago
  34. 060626a Handle running with -c -j N slightly better. by Dirk Pranke · 10 years ago
  35. 9b6ec54 Add support for running inside a module hierarchy by default. by Dirk Pranke · 10 years ago
  36. 059ed7b fix lingering reference to "pytest" instead of "typ" by Dirk Pranke · 10 years ago
  37. 94f914a Add a dummy '--all' command line argument. by Dirk Pranke · 10 years ago
  38. 0ec58c1 improve test discovery by Dirk Pranke · 10 years ago
  39. bf759ab implement terminal_width() by Dirk Pranke · 10 years ago
  40. a1dce59 echo output from passing tests w/ verbose=2 by Dirk Pranke · 10 years ago
  41. 7d92784 fix member vars on TestResult by Dirk Pranke · 10 years ago
  42. 9a0627c ignore typ.egg-info by Dirk Pranke · 10 years ago
  43. 5ce445b add some basic tests for coverage by Dirk Pranke · 10 years ago
  44. 8cefa59 fix output capture by default by Dirk Pranke · 10 years ago
  45. b70cac5 move logic from __main__.py to (new) tester.py by Dirk Pranke · 10 years ago
  46. ad180eb fix escaping of filenames, handle import errors better by Dirk Pranke · 10 years ago
  47. 96710a5 fix running -c from installed package, fix package_data, author, author_email in setup.py by Dirk Pranke · 10 years ago
  48. 33be71e bugfixes for %c in stats, update entry point by Dirk Pranke · 10 years ago
  49. c7ef7b1 update README, linting by Dirk Pranke · 10 years ago
  50. 6d6009c rename tpy -> typ, restructure as a package by Dirk Pranke · 10 years ago
  51. 40b3b98 update license clauses by Dirk Pranke · 10 years ago
  52. af32d7a rename by Dirk Pranke · 10 years ago
  53. 56c8eef add -V/--version, add copyright boilerplate by Dirk Pranke · 10 years ago
  54. 60c00f9 fix asyncpool by Dirk Pranke · 10 years ago
  55. 8525703 always print output to stdout, fix shutdown by Dirk Pranke · 10 years ago
  56. ab55bb4 fix possible bug resulting from weird operator precedence by Dirk Pranke · 10 years ago
  57. 3e0a4e0 make coverage run serially for now by Dirk Pranke · 10 years ago
  58. 92f4d18 add -d support for running a test under the debugger by Dirk Pranke · 10 years ago
  59. d7eb497 actually deal w/ failing tests properly by Dirk Pranke · 10 years ago
  60. 74144cf add -l, -f options to list tests and take a list of tests from a file instead of the command line by Dirk Pranke · 10 years ago
  61. ee8467c make timing independent of verbose by Dirk Pranke · 10 years ago
  62. 56bb1d3 fix default status format, add -t for timing, add summary message at the end by Dirk Pranke · 10 years ago
  63. 9d7426f update README by Dirk Pranke · 10 years ago
  64. 4fb79ab remove .swp from .gitignore by Dirk Pranke · 10 years ago
  65. 342eb65 clean up help by Dirk Pranke · 10 years ago
  66. ea33cdf simplify pool, refactor printing by Dirk Pranke · 10 years ago
  67. 7a9695c lint by Dirk Pranke · 10 years ago
  68. 152bf4c make -n work by Dirk Pranke · 10 years ago
  69. 5c89da5 add multiprocessing, handle ctrl-c by Dirk Pranke · 10 years ago
  70. 62c9b3d lint by Dirk Pranke · 10 years ago
  71. e8b8815 rename to avoid name conflicts temporarily by Dirk Pranke · 10 years ago
  72. 139f292 Merge branch 'master' of https://github.com/dpranke/pytest by Dirk Pranke · 10 years ago
  73. e124e7c Initial commit by dpranke · 10 years ago
  74. 2163e53 add output passthrough by Dirk Pranke · 10 years ago
  75. aa7fd6e add first pass at coverage w/ -c by Dirk Pranke · 10 years ago
  76. 2adfd29 add -q, clean up a bit by Dirk Pranke · 10 years ago
  77. af6f8ed handle spaces in path in bash wrapper by Dirk Pranke · 10 years ago
  78. 4c630aa add shell wrapper by Dirk Pranke · 10 years ago
  79. 55aeb6c initial commit (pool not used) by Dirk Pranke · 10 years ago