Skip to content

Latest commit

 

History

History
182 lines (83 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

182 lines (83 loc) · 10.1 KB

2.4.1 (2023-12-05)

Bug Fixes

  • formatting for test failed results (#47) (01bc9fa)

2.4.0 (2023-12-01)

Features

2.3.2 (2023-11-21)

Bug Fixes

  • extend telnet timeout for connection (#45) (3e60a3e)

2.3.1 (2023-07-14)

Bug Fixes

2.3.0 (2023-03-15)

Features

  • add properties mocking methods to mockFunction (#43) (a5bf7c1)

2.2.0 (2023-03-03)

Bug Fixes

Features

  • Adding index to the name of a parameterized test (#41) (0d0064b)

2.1.0 (2022-09-12)

Features

  • add strict mode for function related asserts (#39) (e456a13)

2.0.2 (2022-08-05)

Bug Fixes

2.0.1 (2022-08-05)

Bug Fixes

  • add missing bs_const to manifest (#37) (46fcda6)

2.0.0 (2022-08-02)

Features

  • add mock function and test functions (#36) (bc75923)

BREAKING CHANGES

  • adds insertKopytkoUnitTestSuiteArgument bs_const flag

1.3.1 (2022-08-02)

Reverts

  • Revert "feat: add mockFunction and other testFunctions" (#35) (b0cd075), closes #35 #34

1.3.0 (2022-08-02)

Features

  • add mockFunction and other testFunctions (#34) (bc48b89)

1.2.1 (2022-07-19)

Bug Fixes

1.2.0 (2022-07-18)

Bug Fixes

  • some changes to handle some negative cases (29a2097)

Features

  • added some more matcher functions and fixed review comments (39a52fe)
  • added support for AA and nodes to assert toContain (a3aa299)
  • adding assert functions like jest (693a4a5)
  • some updates as per review comments (90a2ece)
  • updated expect example tests file name for better visibility (75d583d)

1.1.1 (2022-07-01)

Bug Fixes

1.1.0 (2022-06-28)

Features

  • using try catch blocks to avoid unit test crash (ebbc7d5)

1.0.5 (2022-05-20)

Bug Fixes

  • Increased default test runner verbosity level (#28) (83f1fef)

1.0.4 (2022-03-25)

Bug Fixes

1.0.3 (2022-01-21)

Bug Fixes

  • support testFileName argument (36d6928)

1.0.2 (2021-12-03)

Bug Fixes

1.0.1 (2021-10-08)

Bug Fixes

1.0.0 (2021-09-24)

Bug Fixes

Features

  • Base manifest is added (#13) (91654e6)
  • Import-dependencies plugin (#2) (d3e7230)
  • Script to run unit tests (#14) (03df9e4)
  • Single generateTests plugin + fixed copying test suite files (#15) (03aeba7)