Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tests

As testing framework used (latest at the moment of implementing tests) doctest v2.4.11

Previously tests was written by using Catch2, but it has the next disadvantes:

  • From version 3.x it requires C++14, so latest C++11 compatible version is v2.13.9
  • From version 3.x it distributed as header + source, instead of single-header
  • It has lack of 'Check with message' - see catchorg/Catch2#929