mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: path resolution bug
This commit is contained in:
parent
efea5ae52f
commit
ca04076f77
3 changed files with 60 additions and 23 deletions
|
@ -10,6 +10,7 @@
|
|||
.doModuleCleanups!: () => NoneType
|
||||
|
||||
.TestCase!: ClassType
|
||||
.TestCase! <: InheritableType
|
||||
.TestCase!.
|
||||
__call__: (methodName := Str) -> .TestCase!
|
||||
setUp!: (self: Ref(.TestCase!)) => NoneType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue