mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
feat: add unittest
module
This commit is contained in:
parent
ffb7e4bbba
commit
982bbd1405
10 changed files with 136 additions and 0 deletions
4
crates/erg_compiler/lib/pystd/unittest.d/signals.d.er
Normal file
4
crates/erg_compiler/lib/pystd/unittest.d/signals.d.er
Normal file
|
@ -0,0 +1,4 @@
|
|||
.registerResult!: (result: Obj) => NoneType
|
||||
.removeResult!: (result: Obj) => Bool
|
||||
.installHandler!: () => NoneType
|
||||
.removeHandler!: |M <: GenericCallable|(method := M) => M
|
Loading…
Add table
Add a link
Reference in a new issue