9 lines
174 B
Python
9 lines
174 B
Python
version = "0.2.3"
|
|
tag = "git"
|
|
|
|
|
|
def test():
|
|
import tests.runTests
|
|
import unittest
|
|
unittest.main(defaultTest="discover", testLoader=tests.runTests.loader)
|