Releases: jfalcou/tts
Aubrey Bradimore
What's Changed
Infrastructure
- We are now under the Boost Software Licence 1.0
- Enable Android tests and support
- Clarify some output when failures occur
New Features
- Implement ALL_EQUAL
- Test can now use configurable, automatic data generator (#53)
TTS_EXPECT_COMPILES/COMPILE_NOT
check if a fragment of code can be compiled or not- Reimplement
TTS_WHEN
andTTS_AND_THEN
to support sub-tests - Add typed tests that checks both value and exact type
Bug Fixes
- Fix Visual Studio interaction with constexpr tests
- Improve random generators and seed management
Detective who?
Aubrey Bradimore, this is a Christmas Release afterall
Cordelia Gray
TTS version 2.1 is a feature release.
What's Changed
- Fix #42 - Proper FetchContent support by @jfalcou in #47
- Better compatibility by @jfalcou in #48
- Enable EMSCRIPTEN tests and supports by @jfalcou in #49
- Add tests over sequences by @jfalcou in #50
Full Changelog: 2.0...2.1
Detective who?
Cordelia Gray, a very suitable detective
Kay Scarpetta
TTS version 2.0 is taking a major break from an earlier version. Compile-time was creeping upward
and some features were not that useful. So the code base got streamlined and simplified.
This version is a Major Release With API Changes release:
Breaking API Changes:
- Removal of support for colors
- Removal of support for sub-scenario
- Silent mode for tests is the default. The only information displayed concerns failures
Features:
- Improved compile-times
- Output streamlined to fit machine processing in CI context or scripts
- Better handling of template test cases: less generated symbol, better flexibility in inputs (list fo types or types list generator)
Detective who?
Kay Scarpetta, the private forensic consultant.
Phoebe Daring
This version is a Major Release With API Changes release:
Breaking API Changes:
To support some of the new feature and simplify some macros, TTS API is now based on a
lambda system. If this doesn't change the way tests are performed, it now requires to end all
tests cases by a ;
.
Bug Fixes:
- Fix #3 - TTS_TPL_CASES now use meta-function based system for types generation
- Fix #32 - Provide a way to log arbitrary data when failures occur
- Fix #33 - Provide the
REQUIRED
option on tests to halt tests at first failure - Fix #34 - Provide a command line option to fix precision when displaying floating points
- Fix #37 - Stop dispalying
char const*
as a string.
Detective who ?
Phoebe Daring, the first half of the Daring Twins since 1912.
Version 0.2 - Kate Fansler
This version is a fix+features release:
- Fix #20 - Make string and pointers display in a more intuitive way
- Fix #23 - Add proper parens in expect macro
- Add support for
constexpr
expectation and relational tests TTS_CASE_TPL
now generates one scenario per type- Fix #21 - Add runtime filtering for tests based on description string
Documentation: https://jfalcou.github.io/tts/
Detective who ?
Kate Fansler, solving academic crimes since 1964.
Cadfael
First public release.
TTS first complete release enables numerically oriented TDD including:
- precision testing
- checks over data set
- easy to customize the use of user-defined types.
Documentation: https://jfalcou.github.io/tts/
Detective who ?
Cadfael is probably the eldest of all amateur detective in history.