summaryrefslogtreecommitdiff
path: root/lib/utils/mu-test-utils.hh
AgeCommit message (Collapse)Author
2025-07-27utils: refactor count_nl from mu-cmd-findDirk-Jan C. Binnema
And update users. Please enter the commit message for your changes. Lines starting
2025-05-24mu-test: add valgrind checkDirk-Jan C. Binnema
Make it a bit easier to skip some tests when running under valgrind.
2023-09-11unit-tests: modernizeDirk-Jan C. Binnema
Use TempDir, join_paths etc.
2023-08-27utils: small tweaksDirk-Jan C. Binnema
2023-07-29mu-view: test locale to C for testsDirk-Jan C. Binnema
2023-07-29test-utils: add TempTz, RAII temporary timezoneDirk-Jan C. Binnema
2023-07-28mu-view: add unit-testDirk-Jan C. Binnema
2023-07-18utils: rework running system commandsDirk-Jan C. Binnema
Use g_spawn and pass arguments, so we don't involve a shell that needs escaping etc. Improve error handling.
2023-07-10utils: add some more helpers for test codeDirk-Jan C. Binnema
Creating and removing (temp) dirs, running mu commands.
2023-07-05utils: rework Mu::Error and g_ logging macros with fmtDirk-Jan C. Binnema
A bit more C++ template magic to remove a lot of code.
2023-04-09test: don't "uniqify" link names during testDirk-Jan C. Binnema
2023-03-28mu-find: brush off --format=links unit testDirk-Jan C. Binnema
Enable it by default, and modernize it a little bit
2022-08-11tests: update test helpers and usersDirk-Jan C. Binnema
Move test-mu-common to mu-test-utils. Use mu_test_init as a wrapper for g_test_init. Update users.