Our ingot tests do not yet support writing tests inline via #test attribute.
How was it fixed?
Similar to single_file_test_run, I added a ingot_test_run function that scans for ingot tests and turns them into an actual test that runs against the native fe test runner.
What was wrong?
Our ingot tests do not yet support writing tests inline via
#test
attribute.How was it fixed?
Similar to
single_file_test_run
, I added aingot_test_run
function that scans for ingot tests and turns them into an actual test that runs against the native fe test runner.