Skip to content

Releases: Astemes/astemes-lunit

Release v1.6.2

09 Jun 18:41
Compare
Choose a tag to compare

This release (v1.6.x) contains the following improvements and new features:

Default to open block diagram only when opening a test case from the Execution UI.
Add LUnit check mark overlay to Test Case classes in the LabVIEW Project Explorer to make it easier to distinguise test cases from normal classes
Show test result overlays for test methods
Performance improvements when running tests in parallell. Test execution overhead reduced significantly for large test suites.
Added Pass/Fail if Matching String advanced assertion

Release v1.6.1

09 Jun 13:44
Compare
Choose a tag to compare

This release (v1.6.x) contains the following improvements and new features:

  • Default to open block diagram only when opening a test case from the Execution UI.
  • Add LUnit check mark overlay to Test Case classes in the LabVIEW Project Explorer to make it easier to distinguise test cases from normal classes
  • Show test result overlays for test methods
  • Performance improvements when running tests in parallell. Test execution overhead reduced significantly for large test suites.
  • Added Pass/Fail if Matching String advanced assertion

Release v1.5.0

19 Apr 11:48
Compare
Choose a tag to compare
  • Revolutionary new way for running a test: Just run the test VI using the run-arrow. This will execute the test, open the user interface, and show the results. This is similar to how tests are executed in Caraya.
  • Bugfix: Retain earlier results when rediscovering tests in UI

Release v1.4.36

17 Apr 05:02
Compare
Choose a tag to compare
Release v1.4.36 Pre-release
Pre-release

Implement fix to remove.vi described in #9

Release v1.4.35

16 Apr 18:15
Compare
Choose a tag to compare
Release v1.4.35 Pre-release
Pre-release

Trying to resolve crash by moving data from public docs to programdata.

Release v1.4.27

03 Apr 11:39
Compare
Choose a tag to compare
  • Attempt at resolving crash on run-all by using Active Project app instance for running tests.
  • Pre-release containing feature updating results in UI by running the test VI:s from the run button

Release v1.4.26

03 Apr 05:24
Compare
Choose a tag to compare
  • Attempt at resolving crash on run-all by using Active Project app instance for running tests.
  • Pre-release containing feature updating results in UI by running the test VI:s from the run button

Release v1.4.21

02 Apr 11:16
Compare
Choose a tag to compare

Fix potential issue when running all tests.

Release v1.4.20

29 Jan 05:45
Compare
Choose a tag to compare

Seprarate the CLI into its own pacakge to improve user experience during installation.
This should resolve issue #1.

Release v1.4.15

23 Jan 18:28
Compare
Choose a tag to compare

Add Pass/Fail on Specific Error assertions