This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
doctest
mirror of
https://github.com/onqtam/doctest
Code
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
dev
master
test
fix-608
fix-711
nvcc-ci
fix-691
fix-674
fix-equality-op-namespace-type
1.0.0
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
2.0.0
2.0.1
2.1.0
2.2.0
2.2.1
2.2.2
2.2.3
2.3.0
2.3.1
2.3.2
2.3.3
2.3.4
2.3.5
2.3.6
2.3.7
2.3.8
2.4.0
2.4.1
2.4.2
2.4.3
2.4.4
2.4.5
2.4.6
2.4.7
v2.4.10
v2.4.11
v2.4.12
v2.4.8
v2.4.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
doctest
/
examples
/
all_features
History
Viktor Kirilov
1da23a3e81
version 2.4.12
2 weeks ago
..
test_output
version 2.4.12
2 weeks ago
CMakeLists.txt
fix: doctest::String::substr() off by one at the end (
#881
)
5 months ago
alternative_macros.cpp
added badge for
https://lgtm.com
and cleaned up warnings
6 years ago
assert_returns_disabled.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
assert_returns_disabled_evaluate.cpp
Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE
3 years ago
assertion_macros.cpp
Add Intel Compiler support (
#555
)
2 years ago
asserts_used_outside_of_tests.cpp
Feature: Better NaN (
#584
)
3 years ago
bitfield_packed_struct.cpp
Using CHECK with bitfield fails to compile
#786
(
#827
)
1 year ago
bitfields.cpp
Using CHECK with bitfield fails to compile
#786
(
#827
)
1 year ago
check_doctest_string.cpp
added a new line in the newly introduced file to avoid a warning that fails the builds because of it
5 months ago
concurrency.cpp
fixed
#238
- moved from an anonymous lambda to a call to a helper where the proper thing is instantiated + now the location of the test file is where it gets instantiated and not where the template was defined
6 years ago
coverage_maxout.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
decomposition.cpp
Using CHECK with bitfield fails to compile
#786
(
#827
)
1 year ago
doctest_proxy.h
implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS -
fixed
#295
6 years ago
double_stringification.cpp
Fix
#508
(
#640
)
3 years ago
enums.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
header.h
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
logging.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
main.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
namespace1.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace2.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace3.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace4.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace5.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace6.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace7.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace8.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
namespace9.cpp
REQUIRE does not compile when operator== in different namespace
#443
. (
#468
)
4 years ago
no_failures.cpp
Add -minimal flag (
#562
)
3 years ago
reporters_and_listeners.cpp
fixed
#278
- added test_case_reenter() to the IReporter interface so users can track when a test case is getting reentered because of unfinished subcases (because there is no other way to tell with the current start/end functions which are called just once for each test case - no matter how many subcases there are)
6 years ago
stringification.cpp
Fix stringification of enums that overload `operator<<` (
#710
)
2 years ago
subcases.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
templated_test_cases.cpp
Add clang-tidy integration and fix all warnings (
#659
)
3 years ago
test_cases_and_suites.cpp
added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to
#320
3 years ago