2026-02-01 09:31:38 +01:00

7 lines
82 B
Python

import os
from nose import run
run(
defaultTest=os.path.dirname(__file__),
)