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