leo/disabled_tests/compiler/import_dependency
2022-04-27 11:44:05 -07:00
..
imports/dependency cleaning up tests, fixed compiler bug, found input parse bug 2022-04-27 11:44:05 -07:00
input cleaning up tests, fixed compiler bug, found input parse bug 2022-04-27 11:44:05 -07:00
tests cleaning up tests, fixed compiler bug, found input parse bug 2022-04-27 11:44:05 -07:00
readme.md cleaning up tests, fixed compiler bug, found input parse bug 2022-04-27 11:44:05 -07:00

Tests in this folder test external dependencies that were imported. To mock that we need to have structure similar to typical Leo package: source files must be in the directory next to imports/; but instead of src/ we have tests/ here.

Option cwd param in these tests must point to the tests/, so having it as . should be enough.

Have fun testing!