fix missing requirements and add test caller
This commit is contained in:
parent
d93ab67edc
commit
78ceb46b2e
8 changed files with 94 additions and 149 deletions
12
tests/inline.py
Executable file
12
tests/inline.py
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/env -S python
|
||||
|
||||
from os.path import dirname
|
||||
import sys
|
||||
|
||||
from okipy.lib import get_inline_suite
|
||||
|
||||
sys.path.append(f"{dirname(__file__)}/../src")
|
||||
import pyalibert # executes inline tests
|
||||
|
||||
|
||||
if __name__ == "__main__": get_inline_suite().run(sys.argv[1:])
|
Loading…
Add table
Add a link
Reference in a new issue