Added llpython.tests.test_all module for unit testing all llpython.
This commit is contained in:
parent
722453502c
commit
ee557c55cc
1 changed files with 16 additions and 0 deletions
16
llpython/tests/test_all.py
Normal file
16
llpython/tests/test_all.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#! /usr/bin/env python
|
||||
# ______________________________________________________________________
|
||||
|
||||
import unittest
|
||||
|
||||
from .test_byte_control import TestByteControl
|
||||
from .test_byte_flow import TestBytecodeFlowBuilder
|
||||
from .test_addr_flow import TestAddressFlowBuilder
|
||||
|
||||
# ______________________________________________________________________
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
# ______________________________________________________________________
|
||||
# End of llpython/tests/test_all.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue