doctest v2.3.2 Release Notes

Release Date: 2019-05-06 // about 5 years ago
  • โœ… Full Changelog

    Closed issues:

    • โœ… scripts/bench/run_all.py : module 'urllib' has no attribute 'urlretrieve' #230
    • wrong set of tests registered with TEST_CASE_TEMPLATE get executed #228
    • โœ… Logging not Working for me #227
    • ๐Ÿ”— Link test runner executable into dll? #226
    • ๐Ÿ”— Linking issue for executables after including doctest in library #224
    • โœ… Strange REQUIRE_THROWS behaviour #223
    • ๐Ÿ Windows clang-cl -Wunused-variable warning #221
    • โšก๏ธ Update doctest 2.3.1 in bincrafters #220
    • โœ… make install, on 64 bit, installs cmake files into lib instead of lib64 folder #218
    • โœ… TSAN: data race related to hasLoggedCurrentTestStart #217
    • REQUIRE_THROWS_AS does not support class constructors #216
    • ๐Ÿ— Build failure on clang 7.0.1 on Fedora 29 #214
    • โž• add example compatible with -> https://github.com/report-ci/ #212
    • No DOCTEST_WITH_TESTS? #211

    ๐Ÿ”€ Merged pull requests:

    • โž• Added meson file, to declare a dependency. #232 (jormundgand)
    • Explicitly specify the doctest_with_main C++ standard in CMake. #231 (DaanDeMeyer)
    • โœ‚ Remove architecture check from CMake package #225 (mmha)
    • โž• add default install prefix #219 (a4z)
    • โœ… [regression] Workaround MSVC preprocessor issue triggered by REQUIRE_THROWS #213 (zhihaoy)