Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-08-11 | test-lib: user-friendly alternatives to test [-d|-f|-e] | Matthieu Moy | 1 | -0/+7 |
2010-07-21 | t/README: correct an exception when breaking a && chain in tests | Jonathan Nieder | 1 | -4/+4 |
2010-07-20 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+4 |
2010-07-20 | t/README: clarify test_must_fail description | Brandon Casey | 1 | -0/+8 |
2010-07-06 | t/README: document more test helpers | Jonathan Nieder | 1 | -0/+31 |
2010-07-05 | t/README: proposed rewording... | Junio C Hamano | 1 | -13/+8 |
2010-07-05 | t/README: Document the do's and don'ts of tests | Ævar Arnfjörð Bjarmason | 1 | -0/+78 |
2010-07-05 | t/README: Add a section about skipping tests | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
2010-07-05 | t/README: Document test_expect_code | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2010-07-05 | t/README: Document test_external* | Ævar Arnfjörð Bjarmason | 1 | -0/+27 |
2010-07-05 | t/README: Document the prereq functions, and 3-arg test_* | Ævar Arnfjörð Bjarmason | 1 | -3/+34 |
2010-07-05 | t/README: Typo: paralell -> parallel | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-07-05 | t/README: The trash is in 't/trash directory.$name' | Ævar Arnfjörð Bjarmason | 1 | -3/+4 |
2010-06-25 | test-lib: Adjust output to be valid TAP format | Ævar Arnfjörð Bjarmason | 1 | -18/+41 |
2010-06-11 | t/README: document --root option | Thomas Rast | 1 | -0/+6 |
2009-12-03 | run test suite without dashed git-commands in PATH | Matthew Ogilvie | 1 | -0/+9 |
2009-11-29 | t/README: Document GIT_TEST_INSTALLED and GIT_TEST_EXEC_PATH | Matthew Ogilvie | 1 | -0/+13 |
2009-02-03 | Tests: let --valgrind imply --verbose and --tee | Johannes Schindelin | 1 | -0/+4 |
2009-02-03 | test-lib.sh: optionally output to test-results/$TEST.out, too | Johannes Schindelin | 1 | -0/+6 |
2009-02-03 | Add valgrind support in test scripts | Johannes Schindelin | 1 | -1/+7 |
2009-01-28 | test-lib.sh: introduce test_commit() and test_merge() helpers | Johannes Schindelin | 1 | -0/+18 |
2008-06-21 | t/README: Add 'Skipping Tests' section below 'Running Tests' | Jakub Narebski | 1 | -0/+28 |
2008-06-19 | test-lib.sh: add --long-tests option | Lea Wiemann | 1 | -0/+4 |
2008-05-18 | t/Makefile: "trash" directory was renamed recently | Brandon Casey | 1 | -1/+1 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -8/+6 |
2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -1/+1 |