caraya icon indicating copy to clipboard operation
caraya copied to clipboard

Assertion and unit test framework for LabVIEW

Results 42 caraya issues
Sort by recently updated
recently updated
newest added

I would like a mechanism to store my test inputs and expected outputs in a human readable and editable format. This would allow me to define my tests more quickly...

enhancement

Please see this survey. We'd love your feedback: https://jimkring.typeform.com/to/qrZIeh CC'ing active contributors and users: @omarmussa @francois-normandin @JKISoftware/jki-staff @neilpate @OlivierLabo @kosist @drjdpowell @StefanD986 @volks73

request for comments
discussion

- separated compiled code on a few VIs - added an .lvversion file in the root dir (set to "20.0") for LV2024 Save Version feature - mass compiled all in...

To be clear, I see immense value in supporting as many LabVIEW versions as possible. That said... the readme says Caraya is still developed against 2013. If that's the case,...

All the other comparison operations support an array input, but the Amost Equal does not. ![image](https://github.com/JKISoftware/Caraya/assets/7802334/a535bc01-beca-45fb-89d5-e54f5b450acb)

This is a forward-looking statement, because currently the Test Suite cannot call another Test Suite, so this is a no-op at the moment.

Hi, Let me describe my use case. I am creating a test VI with multiple test assertions. This test VI concerns one VI. When I am doing iterative programming (TDD)...

### Idea Hi, I would like to propose a feature regarding the JUnit Report. In Gitlab, in case of failure, you can attach something as system out tag. https://docs.gitlab.com/ee/ci/testing/unit_test_reports.html My...

Timeout is not wired in Caraya\classes\Test Runner\onTestExecution.vi This is misleading, and may cause confusuon. ![image](https://user-images.githubusercontent.com/97063722/236923476-b42edcd4-186a-4702-80ae-49c34d9a13e9.png)

bug

Would it be feasible to have an option which allows Run Test (Scalar Path).vi to output results in the same hierarchy as the hierarchy of tests VIs on disk ?