summaryrefslogtreecommitdiffstats
path: root/src/test_helpers
AgeCommit message (Collapse)Author
12 daysWrap set_var, remove_var in unsafe blocksTim Oram
Rust 2024 is making these particular function unsafe, and this change prepares the project by making a best effort to change environment variables in a safe way. Since these values are only modified in tests, and generally only certain variables, this change should be generally safe. It also has zero direct impact on the production build.
2024-02-19Reenable the unused lint, and cleanup unusedTim Oram
2024-02-18Implement Searchable for list module searchTim Oram
2024-02-15Move testutils crate into test_helpersTim Oram
2024-02-15Cleanup ReferenceTim Oram
2024-02-15Cleanup FileStatusTim Oram
2024-02-15Remove pub access in commit_diffTim Oram
2024-02-15Create test helper for Config::newTim Oram
2024-02-15Move remaining testutils to test_helpersTim Oram
2024-02-15Move assert_results to test helpersTim Oram
2024-02-15Move view test utils into test_helpersTim Oram
2024-02-15Move render testutils to test_helpersTim Oram
2024-02-15Move todo_file testutils to test_helpersTim Oram
2024-02-15Refactor Crossterm mocks exportsTim Oram
2024-02-15Move runtime testutils to test_helpersTim Oram
2024-02-15Move input testutils into test_helpersTim Oram
2024-02-15Move with_temp_*repository helpers to test_helpersTim Oram
2024-02-15Move create_commit to test_helpersTim Oram
2024-02-15Move git builder test utils to test_helpersTim Oram
2024-02-15Refactor Crossterm mock and move to test helpersTim Oram
2024-02-15Move with_git_config to test_helpersTim Oram
2024-02-15Move invalid_utf to test_helpersTim Oram