1. 4b1eb34 test against python 3.6, bump version to v0.11.0 by Dirk Pranke · 7 years ago
  2. 1e254b3 Make multiple top-level dirs work, bump version to 0.10.0. by Dirk Pranke · 7 years ago
  3. 2b5a4fc bump version to 0.9.12 by Dirk Pranke · 7 years ago v0.9.12
  4. 249cee1 Change the handling of the "no tests to run" case. by Dirk Pranke · 7 years ago
  5. f6afa2b bump version to 0.9.11 by Dirk Pranke · 7 years ago v0.9.11
  6. afcd16c fix upload to still use http servers by Dirk Pranke · 7 years ago
  7. 1197d56 checkpoint by Dirk Pranke · 7 years ago
  8. 96da555 add test times to the JSON results by Dirk Pranke · 7 years ago
  9. 5822dda Bump to version 0.9.10. by Dirk Pranke · 7 years ago v0.9.10
  10. 71574f8 Use https when accessing test-results sever by Dirk Pranke · 7 years ago
  11. d77f1a5 bump version to 0.9.9 by Dirk Pranke · 7 years ago v0.9.9
  12. 69c6119 Merge pull request #7 from dglazkov/foreign-argument by dpranke · 7 years ago
  13. 0a2f193 fix indentation by dpranke · 7 years ago
  14. c8845b2 Introduce the concept of a foreign argument. by Dimitri Glazkov · 7 years ago
  15. 3df460d bump version to 0.9.8 by Dirk Pranke · 8 years ago v0.9.8
  16. 1326852 Add better logging when failing to load a test. by Dirk Pranke · 8 years ago
  17. 5d0fe13 Clean up formatting, rework run wrapper script to not use globals. by Dirk Pranke · 8 years ago
  18. 79fe79d Change typ's interpretation of a test that first fails and is then skipped. by Dirk Pranke · 8 years ago v0.9.7
  19. 101acd3 Bump version to 0.9.6, clean up Python 3 failures by Dirk Pranke · 8 years ago v0.9.6
  20. 2f8787b rework run script to remove python3 logic by Dirk Pranke · 8 years ago
  21. df50236 rework sharding tests by Dirk Pranke · 8 years ago
  22. a277897 Add support for running a subset of tests (aka "sharding"). by Dirk Pranke · 8 years ago v0.9.5
  23. 14890ce Merge pull request #5 from natduca/fix_typo by dpranke · 8 years ago
  24. 424de41 Fix missing format string in test loading failure message by Nat Duca · 8 years ago
  25. e49a2a6 Merge pull request #4 from qyearsley/sys-path-order by dpranke · 9 years ago
  26. 2a1f3af Insert new paths at the start of sys.path. by Quinten Yearsley · 9 years ago
  27. d4caf6b Bump version to 0.9.4 w/ two changes: by Dirk Pranke · 9 years ago v0.9.4
  28. cc3e7ad Revert "merge in top_dir fix, bump version to 0.9.4pre" by Dirk Pranke · 9 years ago
  29. 41a5161 Revert "Add a -vvv mode to log when tests are queued for running." by Dirk Pranke · 9 years ago
  30. eda9155 Add a -vvv mode to log when tests are queued for running. by Dirk Pranke · 9 years ago
  31. 9612649 merge in top_dir fix, bump version to 0.9.4pre by Dirk Pranke · 9 years ago
  32. ab52f21 clean up run script, bump version to 0.9.3 by Dirk Pranke · 9 years ago v0.9.3
  33. 720ea67 fix lint errors w/ upgraded pylint from depot_tools by Dirk Pranke · 9 years ago
  34. 8b9096f Misc cleanup; bump version to 0.9.2. by Dirk Pranke · 9 years ago v0.9.2
  35. 4588299 Add a --coverage-annotate flag, bump version to 0.9.1. by Dirk Pranke · 9 years ago v0.9.1
  36. 0107040 bump to version 0.9, add telemetry fix, fix license classifier in setup.py by Dirk Pranke · 9 years ago v0.9
  37. ea4469a Fix issues arising when load_tests would raise weird exceptions. by Dirk Pranke · 9 years ago
  38. 68b64ff bump version to 0.8.9 by Dirk Pranke · 9 years ago v0.8.9
  39. 9b7f509 Catch and save exceptions and return values from teardown_process. by Dirk Pranke · 9 years ago
  40. 8de32a6 add test for exception in teardown by Dirk Pranke · 9 years ago
  41. 0a1261f fix typo in setup script, bump version to 0.8.8 by Dirk Pranke · 10 years ago v0.8.8
  42. c6a6b8d Merge branch 'dev' by Dirk Pranke · 10 years ago
  43. 6421635 fix typo by Dirk Pranke · 10 years ago
  44. e6f3595 bump dev version to 0.8.8-dev by Dirk Pranke · 10 years ago
  45. 07d29ca Merge branch 'dev' to get to version 0.8.7 by Dirk Pranke · 10 years ago v0.8.7
  46. f220a0f bump version to 0.8.7 by Dirk Pranke · 10 years ago
  47. 6644994 Fix packages list in setup.py. by Dirk Pranke · 10 years ago
  48. 539d4e5 Revert "Remove typ.fakes directory." by Dirk Pranke · 10 years ago
  49. b7fe0c7 Remove typ.fakes directory. by Dirk Pranke · 10 years ago
  50. e5b6219 bump dev version to 0.8.7-dev by Dirk Pranke · 10 years ago
  51. e208b44 Fix ArgumentParserTest.test_argv_from_args to be more portable. by Dirk Pranke · 10 years ago
  52. e25b780 Merge branch 'master' into stable by Dirk Pranke · 10 years ago v0.8.6
  53. 6cfe6d6 fix handling of wmp=ignore on windows by Dirk Pranke · 10 years ago
  54. 1f45cfc Rework windows multiprocessing approach. by Dirk Pranke · 10 years ago
  55. 79a2c6d add note about both paths being untested by Dirk Pranke · 10 years ago
  56. 5e9c485 Make v0.8.5 actually work on windows. by Dirk Pranke · 10 years ago
  57. aba6b5d bump version to 0.8.5 by Dirk Pranke · 10 years ago v0.8.5
  58. df1f462 Rework typ to handle unimportable modules better. by Dirk Pranke · 10 years ago
  59. 5e73c13 bump version to 0.8.4 by Dirk Pranke · 10 years ago v0.8.4
  60. 17632a9 lint by Dirk Pranke · 10 years ago
  61. efa61f6 Add --all, **kwargs to typ.main(). by Dirk Pranke · 10 years ago
  62. ad38121 bump version to 0.8.3 by Dirk Pranke · 10 years ago v0.8.3
  63. d64ee9b update README, remove unneeded loader arg to Runner by Dirk Pranke · 10 years ago
  64. c339a79 remove unnecessary 'untested' coverage pragmas by Dirk Pranke · 10 years ago
  65. 7e7f864 clean up pool code and queue closing by Dirk Pranke · 10 years ago
  66. 4c4a411 linting by Dirk Pranke · 10 years ago
  67. d9bd489 get rid of the multiprocessing shutdown tracebacks by Dirk Pranke · 10 years ago
  68. 15ad790 clean up spawn_main() by Dirk Pranke · 10 years ago
  69. b2221f5 get pool to 100% coverage by Dirk Pranke · 10 years ago
  70. 9c27380 add tests for capturing log output in host by Dirk Pranke · 10 years ago
  71. 63f3882 add _run_one_test tests by Dirk Pranke · 10 years ago
  72. ccf9ceb missed new file by Dirk Pranke · 10 years ago
  73. fd57611 clean up context/setup/teardown testing by Dirk Pranke · 10 years ago
  74. e57ae0e make run be less quiet by Dirk Pranke · 10 years ago
  75. 4330c2a add test_fail_then_pass by Dirk Pranke · 10 years ago
  76. b91c141 clean up a bit by Dirk Pranke · 10 years ago
  77. 18ebba7 add tests for pool by Dirk Pranke · 10 years ago
  78. fe8d86f add test for spawn_main by Dirk Pranke · 10 years ago
  79. 128ba6c add more tests for Host, FakeHost by Dirk Pranke · 10 years ago
  80. 017a2b2 make tools/cov --show imply --show-missing by Dirk Pranke · 10 years ago
  81. 9a84828 add -v, --no3 flags to run by Dirk Pranke · 10 years ago
  82. aa66991 Remove unittest fakes for now, make MainTest use a real loader. by Dirk Pranke · 10 years ago
  83. f34bb5e bump version to 0.8.2-dev, refactor debugging, make dryrun cover a bit more code. by Dirk Pranke · 10 years ago
  84. 2cb7549 Fix --quiet, bump version to 0.8.1. by Dirk Pranke · 10 years ago v0.8.1
  85. 24c4b0b Make parallel coverage work and bump version to 0.8.0. by Dirk Pranke · 10 years ago v0.8.0
  86. 63d3fb9 fix --debugger in Python3 by Dirk Pranke · 10 years ago
  87. a92cb3b add path, source args to tools/cov and run, to make things cwd-independent by Dirk Pranke · 10 years ago
  88. a060c99 rework how coverage works, update coverage annotations by Dirk Pranke · 10 years ago
  89. b73f849 Rework the run script to use argparse subcommands by Dirk Pranke · 10 years ago
  90. 97cad25 remove task for needing to test uploads by Dirk Pranke · 10 years ago
  91. f44849e Add tests for uploading json results. by Dirk Pranke · 10 years ago
  92. 57d4a44 add a test for --write-trace-to by Dirk Pranke · 10 years ago
  93. b64865a lint, update coverage suppressions by Dirk Pranke · 10 years ago
  94. 466b431 Add more tests for module import failures, edit README a bit. by Dirk Pranke · 10 years ago
  95. 0330b6a Change what coverage reporting reports on by default. by Dirk Pranke · 10 years ago
  96. 7420358 Merge in fixes and cleanup from work on the custom loader testing. by Dirk Pranke · 10 years ago
  97. 4fc1e3e make typ work w/ Python3 by Dirk Pranke · 10 years ago
  98. de6b77b fix type conversion in ArgumentParser.optparse_options() by Dirk Pranke · 10 years ago
  99. 23f78df clean up run, setup.py, but packaging might be broken by Dirk Pranke · 10 years ago
  100. d7c0643 update run names by Dirk Pranke · 10 years ago