summaryrefslogtreecommitdiff
path: root/t/t0000-basic.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: make 'test_oid' print trailing newlineSZEDER Gábor2022-12-191-3/+4
* test-lib: add a --invert-exit-code switchÆvar Arnfjörð Bjarmason2022-07-271-0/+72
* test-lib: have --immediate emit valid TAP on failureÆvar Arnfjörð Bjarmason2022-03-241-0/+13
* t0001-t0028: avoid pipes with Git on LHSShubham Mishra2022-03-121-4/+6
* Merge branch 'ab/lib-subtest'Junio C Hamano2021-10-131-330/+118
|\
| * test-lib tests: get rid of copy/pasted mock test codeÆvar Arnfjörð Bjarmason2021-09-221-168/+60
| * test-lib tests: don't provide a description for the sub-testsÆvar Arnfjörð Bjarmason2021-09-221-80/+62
| * test-lib tests: split up "write and run" into two functionsÆvar Arnfjörð Bjarmason2021-09-221-37/+37
| * test-lib tests: move "run_sub_test" to a new lib-subtest.shÆvar Arnfjörð Bjarmason2021-07-211-87/+1
* | t0000: avoid masking git exit value through pipesCarlo Marcelo Arenas Belón2021-09-161-11/+12
|/
* t0000: fix test if run with TEST_OUTPUT_DIRECTORYPatrick Steinhardt2021-07-201-2/+5
* t0000: clear GIT_SKIP_TESTS before running sub-testsJeff King2021-07-191-10/+29
* test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variableÆvar Arnfjörð Bjarmason2021-05-111-4/+0
* tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* t0000: consistently use single quotes for outer testsJeff King2021-01-281-190/+190
* t0000: run cleaning test inside sub-testJeff King2021-01-281-8/+17
* t0000: run prereq tests inside sub-testJeff King2021-01-281-80/+69
* t0000: keep clean-up tests togetherJeff King2021-01-281-11/+11
* Merge branch 'sg/tests-prereq'Junio C Hamano2020-11-251-0/+21
|\
| * tests: make sure nested lazy prereqs work reliablySZEDER Gábor2020-11-181-0/+21
* | Merge branch 'en/test-selector'Junio C Hamano2020-11-021-22/+31
|\ \
| * | test-lib: allow selecting tests by substring/glob with --runElijah Newren2020-10-181-22/+31
| |/
* | t0000: use test_path_is_file instead of "test -f"Caleb Tillman2020-10-181-1/+1
|/
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-4/+11
|\
| * t: remove test_oid_init in testsbrian m. carlson2020-07-301-4/+0
| * t: add test_oid option to select hash algorithmbrian m. carlson2020-07-301-0/+11
* | test-lib-functions: restrict test_must_fail usageDenton Liu2020-07-071-0/+18
|/
* Merge branch 'cb/t0000-use-the-configured-shell'Junio C Hamano2020-05-081-5/+2
|\
| * t/t0000-basic: make sure subtests also use TEST_SHELL_PATHCarlo Marcelo Arenas Belón2020-05-071-5/+2
* | t0000: disable GIT_TEST_FAIL_PREREQS in sub-testsJeff King2020-04-281-0/+1
* | tests: do not let lazy prereqs inside `test_expect_*` turn off tracingJohannes Schindelin2020-03-261-0/+13
* | Merge branch 'dl/test-must-fail-fixes'Junio C Hamano2020-02-051-7/+7
|\ \
| * | t0000: replace test_must_fail with run_sub_test_lib_test_err()Denton Liu2019-12-201-7/+7
* | | Merge branch 'sg/test-bool-env'Junio C Hamano2019-12-051-0/+34
|\ \ \
| * | | tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor2019-11-231-0/+34
| |/ /
* | | Merge branch 'dl/t5520-cleanup'Junio C Hamano2019-12-051-7/+8
|\ \ \
| * | | t0000: test multiple local assignmentDenton Liu2019-11-211-7/+8
| |/ /
* | | Fix spelling errors in comments of testcasesElijah Newren2019-11-101-1/+1
|/ /
* | Merge branch 'dl/t0000-skip-test-test'Junio C Hamano2019-10-151-0/+38
|\ \
| * | t0000: cover GIT_SKIP_TESTS blindspotsDenton Liu2019-10-091-0/+38
* | | Merge branch 'sg/show-failed-test-names'Junio C Hamano2019-08-221-10/+10
|\ \ \ | |/ / |/| |
| * | tests: show the test name and number at the start of verbose outputSZEDER Gábor2019-08-051-4/+4
| * | t0000-basic: use realistic test script names in the verbose testsSZEDER Gábor2019-08-051-6/+6
* | | Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano2019-08-091-8/+6
|\ \ \
| * | | t0000: reword comments for "local" testJeff King2019-08-081-8/+6
* | | | tests: make GIT_TEST_FAIL_PREREQS a booleanÆvar Arnfjörð Bjarmason2019-06-211-5/+5
|/ / /
* | | tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason2019-05-141-5/+5
|/ /
* | test-lib: introduce 'test_atexit'Johannes Schindelin2019-03-141-0/+18
|/
* i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-1/+1
* Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-191-0/+4
|\