Skip to content

Releases: martinmoene/lest

1.3.0

10 Jul 19:27
Compare
Choose a tag to compare

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

09 Jul 07:50
Compare
Choose a tag to compare

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

08 Jul 20:19
Compare
Choose a tag to compare

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

08 Jul 15:04
Compare
Choose a tag to compare

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

04 Jul 12:01
Compare
Choose a tag to compare

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

04 Jul 09:52
Compare
Choose a tag to compare
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