Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | Merge branch 'ib/test-selectively-run' | Junio C Hamano | 1 | -4/+81 |
2014-06-10 | test doc: test_write_lines does not split its arguments | Jonathan Nieder | 1 | -4/+3 |
2014-06-10 | test: add test_write_lines helper | Michael S. Tsirkin | 1 | -0/+22 |
2014-06-06 | test-lib: '--run' to run only specific tests | Ilya Bobyr | 1 | -4/+77 |
2014-06-06 | test-lib: document short options in t/README | Ilya Bobyr | 1 | -0/+4 |
2013-11-04 | Merge branch 'jk/wrap-perl-used-in-tests' | Junio C Hamano | 1 | -4/+8 |
2013-10-29 | t: provide a perl() function which uses $PERL_PATH | Jeff King | 1 | -4/+8 |
2013-10-28 | t/README: tests can use perl even with NO_PERL | Jonathan Nieder | 1 | -4/+11 |
2013-07-05 | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 1 | -0/+10 |
2013-06-23 | test-lib: valgrind for only tests matching a pattern | Thomas Rast | 1 | -0/+5 |
2013-06-23 | test-lib: verbose mode for only tests matching a pattern | Thomas Rast | 1 | -0/+5 |
2013-06-20 | Merge branch 'js/test-ln-s-add' | Junio C Hamano | 1 | -0/+14 |
2013-06-07 | tests: introduce test_ln_s_add | Johannes Sixt | 1 | -0/+14 |
2013-06-04 | t/README: test_must_fail is for testing Git | Junio C Hamano | 1 | -0/+3 |
2013-04-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+9 |
2013-04-11 | t: make PIPE a standard test prerequisite | Adam Spiers | 1 | -0/+5 |
2013-04-09 | t/README: --immediate skips cleanup commands for failed tests | Simon Ruderich | 1 | -1/+4 |
2013-04-01 | tests --valgrind: provide a mode without --track-origins | Thomas Rast | 1 | -0/+5 |
2013-04-01 | tests: parameterize --valgrind option | Thomas Rast | 1 | -5/+10 |
2013-04-01 | t/README: --valgrind already implies -v | Thomas Rast | 1 | -2/+1 |
2012-07-27 | test-lib: provide UTF8 behaviour as a prerequisite | Michael J Gruber | 1 | -0/+5 |
2012-07-27 | test-lib: provide case insensitivity as a prerequisite | Michael J Gruber | 1 | -0/+4 |
2012-06-24 | t/README: add a bit more Don'ts | Junio C Hamano | 1 | -3/+22 |
2012-02-13 | Sync with maint | Junio C Hamano | 1 | -73/+0 |
2012-02-13 | Remove Git's support for smoke testing | Ævar Arnfjörð Bjarmason | 1 | -73/+0 |
2012-01-17 | test-lib: add the test_pause convenience function | Jens Lehmann | 1 | -0/+13 |
2011-05-30 | Merge branch 'mk/grep-pcre' | Junio C Hamano | 1 | -0/+5 |
2011-05-09 | grep: Add basic tests | Michał Kiedrowicz | 1 | -0/+5 |
2011-04-26 | t/README: unify documentation of test function args | Mathias Lafeldt | 1 | -8/+9 |
2011-03-30 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+4 |
2011-03-30 | Typos: t/README | Michael Witten | 1 | -5/+4 |
2011-03-20 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+7 |
2011-03-20 | t/README: Add a note about running commands under valgrind | Carlos Martín Nieto | 1 | -0/+7 |
2011-03-15 | Documentation: running test with --debug keeps "trash" directory | Piotr Krukowiecki | 1 | -0/+4 |
2011-03-09 | Fix typo in t/README | Mathias Lafeldt | 1 | -1/+1 |
2011-01-11 | t/README: hint about using $(pwd) rather than $PWD in tests | Johannes Sixt | 1 | -0/+6 |
2010-11-24 | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 1 | -15/+18 |
2010-11-09 | test-lib: introduce test_line_count to measure files | Jonathan Nieder | 1 | -0/+4 |
2010-10-26 | test: allow running the tests under "prove" | Michael J Gruber | 1 | -0/+6 |
2010-10-06 | Introduce sane_unset and use it to ensure proper && chaining | Elijah Newren | 1 | -8/+5 |
2010-10-06 | test-lib: make test_expect_code a test command | Ævar Arnfjörð Bjarmason | 1 | -7/+9 |
2010-09-04 | Merge branch 'ab/test-2' | Junio C Hamano | 1 | -8/+193 |
2010-08-18 | t/README: Update "Skipping tests" to align with best practices | Ævar Arnfjörð Bjarmason | 1 | -3/+18 |
2010-08-18 | t/README: Add a note about the dangers of coverage chasing | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
2010-08-18 | t/README: A new section about test coverage | Ævar Arnfjörð Bjarmason | 1 | -0/+42 |
2010-08-18 | t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2010-08-18 | t/README: Document the Smoke testing | Ævar Arnfjörð Bjarmason | 1 | -0/+66 |
2010-08-18 | tests: A SANITY test prereq for testing if we're root | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
2010-08-18 | t/README: Document the predefined test prerequisites | Ævar Arnfjörð Bjarmason | 1 | -5/+40 |
2010-08-18 | test-lib: Add support for multiple test prerequisites | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |