fix: path resolution bug

This commit is contained in:
Shunsuke Shibayama 2024-01-26 19:30:41 +09:00
parent efea5ae52f
commit ca04076f77
3 changed files with 60 additions and 23 deletions

View file

@ -10,6 +10,7 @@
.doModuleCleanups!: () => NoneType
.TestCase!: ClassType
.TestCase! <: InheritableType
.TestCase!.
__call__: (methodName := Str) -> .TestCase!
setUp!: (self: Ref(.TestCase!)) => NoneType