Disable the output in the config unit test
1 files changed, 5 insertions(+), 0 deletions(-) M tests/config.cpp
M tests/config.cpp => tests/config.cpp +5 -0
@@ 1,9 1,14 @@ #include "catch.hpp" #include "io_tester.hpp" #include <iostream> #include <config/config.hpp> TEST_CASE("Config basic") { // Disable all output for this test IoTester<std::ostream> out(std::cout); // Write a value in the config file Config::read_conf("test.cfg"); Config::set("coucou", "bonjour", true);