Skip to content

Releases: archermarx/fort_test

v1.3.0

17 Nov 17:45
a26b2c4
Compare
Choose a tag to compare
  • Add support for int8, int16, and real128`
  • Add support for arrays
  • Remove assert_positive and assert_negative (redundant with greater/less than)
  • Improved formatting of test outputs
  • Made code more concise
  • Fix automatic test running and code coverage

v1.2.0

07 Jun 19:27
Compare
Choose a tag to compare

Added some new functionality, including returning of error codes.

To run a bunch of tests and then exit, call run_and_exit(testsets)

v1.1.0

07 Jun 16:44
e868ab2
Compare
Choose a tag to compare
  • Added support for more types
    • logical
    • characters
    • int64
  • New assertions
    • assert_positive
    • assert_negative
    • assert_geq
    • assert_gt
    • assert_leq
    • assert_lt
  • Added testing suite

Initial release

06 Jun 02:12
2ec0e3e
Compare
Choose a tag to compare
Merge pull request #1 from archermarx/add-license-1

Create LICENSE