Tests in the validators
folder with file name ending w/ .test.ak
, can't be executed with aiken check -m module_name
#1092
Labels
tooling
Tooling and developer experience improvements
What Git revision are you using?
Currently running
aiken v1.1.10+b25afa2
What operating system are you using, and which version?
Describe what the problem is?
I'm working on a large project https://github.com/cardano-foundation/cardano-ibc-incubator (in the cardano/onchain folder) and this projects contains several validators.
Each validator in the validators folder has a production module and a test module. An example is the
spending_transfer_module
which has:When I try to run in isolation the tests for the
spending_transfer_module
module, with any of the commands:the output is empty like it could not find the tests in the module or the test module altogether.
What should be the expected behavior?
Test contained in the
validators/spending_transfer_module.test.ak
module are run.The text was updated successfully, but these errors were encountered: