Releases: martinmoene/lest
1.3.0
Added attribution in header.
Added tests to see output with floating point.
Moved section about variants of lest from release notes to Readme
Changed friends to members functions in expression_lhs (internal change).
1.2.1
Fixed missing namespace (lest::result).
Variant with expression decomposition ensures single evaluation of expressions.
See files
- example3.cpp
- lest_decompose.hpp
- test_lest_decompose.cpp
These variants of lest are meant to stay as simple as they are now. As such
- they provide an easy read into the techniques used, and
- they stay the tiny test frameworks that are a good fit to include with small projects.
You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!
cheers,
Martin
1.2.0
Variant with expression decomposition ensures single evaluation of expressions.
See files
- example3.cpp
- lest_decompose.hpp
- test_lest_decompose.cpp
These variants of lest are meant to stay as simple as they are now. As such
- they provide an easy read into the techniques used, and
- they stay the tiny test frameworks that are a good fit to include with small projects.
You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!
cheers,
Martin
1.1.0
Added a variant with expression decomposition. See files
example3.cpp
lest_decompose.hpp
test_lest_decompose.cpp
These variants of lest are meant to stay as simple as they are now. As such
- they provide an easy read into the techniques used, and
- they stay the tiny test frameworks that are a good fit to include with small projects.
You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!
cheers,
Martin
1.0.0
This initial variant of lest is meant to stay as simple as it is now.
As such
- it provides an easy read into the technique used, and
- it stays the tiny test framework that is a good fit to include with small projects.
You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!
cheers,
Martin
0.6
This initial variant of lest is meant to stay as simple as it is now.
As such
- it provides an easy read into the technique used, and
- it stays the tiny test framework that is a good fit to include with small projects.
You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!
cheers,
Martin