150 Commits (a5587b8544bba0eeb13ff6937639602e6a471dd6)

Author SHA1 Message Date
Johannes Schindelin 176a66a748 t: restrict `is_hidden` to be called only on Windows 5 years ago
Johannes Schindelin 9814d0a4ad mingw: make test_path_is_hidden more robust 5 years ago
Johannes Schindelin 7c2dfca7e8 t: consolidate the `is_hidden` functions 5 years ago
Jeff King cacae4329f test-lib-functions: simplify packetize() stdin code 5 years ago
Jeff King 88124ab263 test-lib-functions: make packetize() more efficient 5 years ago
Đoàn Trần Công Danh 6ec5df61d5 test-lib-functions: test_cmp: eval $GIT_TEST_CMP 5 years ago
Jeff King ea047a8eb4 t5310: factor out bitmap traversal comparison 5 years ago
SZEDER Gábor fc42f20e24 test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk' 5 years ago
SZEDER Gábor 43a2afee82 tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values 5 years ago
Denton Liu 2c9e125b27 t: teach test_cmp_rev to accept ! for not-equals 5 years ago
Denton Liu 94ba151300 test-lib: let test_merge() perform octopus merges 6 years ago
Jonathan Nieder 1c1f6e03e1 t: decrease nesting in test_oid_to_path 6 years ago
SZEDER Gábor ffe1afe67c tests: show the test name and number at the start of verbose output 6 years ago
Jeff King b1c36cb849 test-lib: introduce test_commit_bulk 6 years ago
brian m. carlson 56d8892459 t: add helper to convert object IDs to paths 6 years ago
Johannes Schindelin ed33bd8f30 t0001: fix on case-insensitive filesystems 6 years ago
Ævar Arnfjörð Bjarmason c740039921 tests: make GIT_TEST_FAIL_PREREQS a boolean 6 years ago
Ævar Arnfjörð Bjarmason 3b072c577b tests: replace test_tristate with "git env--helper" 6 years ago
Ævar Arnfjörð Bjarmason dfe1a17df9 tests: add a special setup where prerequisites fail 6 years ago
Taylor Blau 5c07647d98 t: move 'hex2oct' into test-lib-functions.sh 6 years ago
Johannes Schindelin 900721e15c test-lib: introduce 'test_atexit' 6 years ago
Rohit Ashiwal 21d5ad9110 test functions: add function `test_file_not_empty` 6 years ago
Johannes Schindelin d5cfd142ec tests: teach the test-tool to generate NUL bytes and use it 6 years ago
Randall S. Becker b0fa1a3f99 test-lib-functions.sh: add generate_zero_bytes function 6 years ago
SZEDER Gábor 7d661e5ed1 test-lib: fix non-portable pattern bracket expressions 6 years ago
SZEDER Gábor fb7d1e3ac8 test-lib: add the '--stress' option to run a test repeatedly under load 6 years ago
SZEDER Gábor fa84058180 test-lib-functions: introduce the 'test_set_port' helper function 6 years ago
SZEDER Gábor 30d0b6dccb test-lib-functions: make 'test_cmp_rev' more informative on failure 6 years ago
SZEDER Gábor 165293af3c tests: send "bug in the test script" errors to the script's stderr 6 years ago
Johannes Schindelin 8abfdf44c8 tests: explicitly use `git.exe` on Windows 6 years ago
Johannes Schindelin 3af4c7156c tests: respect GIT_TEST_INSTALLED when initializing repositories 6 years ago
Ævar Arnfjörð Bjarmason 6cdccfce1e i18n: make GETTEXT_POISON a runtime option 6 years ago
Nguyễn Thái Ngọc Duy a5db0b77b9 t1300: extract and use test_cmp_config() 7 years ago
brian m. carlson 2c02b110da t: add test functions to translate hash-related values 7 years ago
Stefan Beller 991eb4fc6a test_decode_color: understand FAINT and ITALIC 7 years ago
Elijah Newren 7e9055bb00 t7406: prefer test_* helper functions to test -[feds] 7 years ago
Johannes Schindelin 7d0ee47c11 tests: introduce test_unset_prereq, for debugging 7 years ago
Elijah Newren 842436466a Make running git under other debugger-like programs easy 7 years ago
SZEDER Gábor 9eb2308019 test_must_be_empty: simplify file existence check 7 years ago
Junio C Hamano 11395a3b4b test_must_be_empty: make sure the file exists, not just empty 7 years ago
SZEDER Gábor a5bf824f3b t: prevent '-x' tracing from interfering with test helpers' stderr 7 years ago
Jeff King 03aa3783f2 t: send verbose test-helper output to fd 4 7 years ago
SZEDER Gábor 12e31a6b12 t: document 'test_must_fail ok=<signal-name>' 7 years ago
SZEDER Gábor 63b1a175ee t: make 'test_i18ngrep' more informative on failure 7 years ago
SZEDER Gábor fd29d7b9d7 t: validate 'test_i18ngrep's parameters 7 years ago
SZEDER Gábor 0f59128f7b t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh' 7 years ago
Jeff King 4414a15002 t/lib-git-daemon: add network-protocol helpers 7 years ago
Jeff King f7f6dc340e t: handle EOF in test_copy_bytes() 8 years ago
Jeff King 097b681baa t: use test_decode_color rather than literal ANSI codes 8 years ago
Christian Couder 73de1c93ad t1301: move modebits() to test-lib-functions.sh 8 years ago