summaryrefslogtreecommitdiff
path: root/t/t0000-basic.sh
AgeCommit message (Expand)Author
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-28t0000: consistently use single quotes for outer testsJeff King
2021-01-28t0000: run cleaning test inside sub-testJeff King
2021-01-28t0000: run prereq tests inside sub-testJeff King
2021-01-28t0000: keep clean-up tests togetherJeff King
2020-11-25Merge branch 'sg/tests-prereq'Junio C Hamano
2020-11-18tests: make sure nested lazy prereqs work reliablySZEDER Gábor
2020-11-02Merge branch 'en/test-selector'Junio C Hamano
2020-10-18test-lib: allow selecting tests by substring/glob with --runElijah Newren
2020-10-18t0000: use test_path_is_file instead of "test -f"Caleb Tillman
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-07-30t: add test_oid option to select hash algorithmbrian m. carlson
2020-07-07test-lib-functions: restrict test_must_fail usageDenton Liu
2020-05-08Merge branch 'cb/t0000-use-the-configured-shell'Junio C Hamano
2020-05-07t/t0000-basic: make sure subtests also use TEST_SHELL_PATHCarlo Marcelo Arenas Belón
2020-04-28t0000: disable GIT_TEST_FAIL_PREREQS in sub-testsJeff King
2020-03-26tests: do not let lazy prereqs inside `test_expect_*` turn off tracingJohannes Schindelin
2020-02-05Merge branch 'dl/test-must-fail-fixes'Junio C Hamano
2019-12-20t0000: replace test_must_fail with run_sub_test_lib_test_err()Denton Liu
2019-12-05Merge branch 'sg/test-bool-env'Junio C Hamano
2019-12-05Merge branch 'dl/t5520-cleanup'Junio C Hamano
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor
2019-11-21t0000: test multiple local assignmentDenton Liu
2019-11-10Fix spelling errors in comments of testcasesElijah Newren
2019-10-15Merge branch 'dl/t0000-skip-test-test'Junio C Hamano
2019-10-09t0000: cover GIT_SKIP_TESTS blindspotsDenton Liu
2019-08-22Merge branch 'sg/show-failed-test-names'Junio C Hamano
2019-08-09Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano
2019-08-08t0000: reword comments for "local" testJeff King
2019-08-05tests: show the test name and number at the start of verbose outputSZEDER Gábor
2019-08-05t0000-basic: use realistic test script names in the verbose testsSZEDER Gábor
2019-06-21tests: make GIT_TEST_FAIL_PREREQS a booleanÆvar Arnfjörð Bjarmason
2019-05-14tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason
2019-03-14test-lib: introduce 'test_atexit'Johannes Schindelin
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason
2018-10-19Merge branch 'bp/rename-test-env-var'Junio C Hamano
2018-10-16Merge branch 'md/test-cleanup'Junio C Hamano
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-09-28t0000: do not get self-test disrupted by environment warningsJunio C Hamano
2018-09-13t0000: update tests for SHA-256brian m. carlson
2018-09-13t0000: use hash translation tablebrian m. carlson
2018-09-13t: add test functions to translate hash-related valuesbrian m. carlson
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-07-16t0000-t0999: fix broken &&-chainsEric Sunshine
2018-05-14t0000: annotate with SHA1 prerequisitebrian m. carlson
2017-10-31t0000: check whether the shell supports the "local" keywordMichael Haggerty
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng