mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-28 11:57:20 +00:00
7 lines
82 B
Python
7 lines
82 B
Python
import os
|
|
from nose import run
|
|
run(
|
|
defaultTest=os.path.dirname(__file__),
|
|
)
|
|
|