예제 #1
0
파일: run-tests.py 프로젝트: ctoth/soundrts
from soundrts.lib import log
log.add_console_handler()

from soundrts import config
config.mods = ""

from soundrts import version
version.IS_DEV_VERSION = True

import pytest


pytest.main("soundrts/tests")
예제 #2
0
from soundrts.lib import log
log.add_console_handler()

from soundrts import config
config.mods = ""

from soundrts import version
version.IS_DEV_VERSION = True

import pytest

pytest.main("soundrts/tests")