mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
action test
This commit is contained in:
parent
15fc842ee5
commit
99e60a8da2
@ -39,10 +39,6 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
def test_assetmanager() -> None:
|
def test_assetmanager() -> None:
|
||||||
"""Testing."""
|
"""Testing."""
|
||||||
import sys
|
|
||||||
import os
|
|
||||||
print('PATH IS', sys.path)
|
|
||||||
print('CWD IS', os.getcwd())
|
|
||||||
|
|
||||||
with tempfile.TemporaryDirectory() as tmpdir:
|
with tempfile.TemporaryDirectory() as tmpdir:
|
||||||
|
|
||||||
|
|||||||
@ -446,6 +446,9 @@ def pytest() -> None:
|
|||||||
import platform
|
import platform
|
||||||
from efrotools import get_config, PYTHON_BIN
|
from efrotools import get_config, PYTHON_BIN
|
||||||
|
|
||||||
|
print('PATH IS', sys.path)
|
||||||
|
print('CWD IS', os.getcwd())
|
||||||
|
|
||||||
# Grab our python paths for the project and stuff them in PYTHONPATH.
|
# Grab our python paths for the project and stuff them in PYTHONPATH.
|
||||||
pypaths = get_config(PROJROOT).get('python_paths')
|
pypaths = get_config(PROJROOT).get('python_paths')
|
||||||
if pypaths is None:
|
if pypaths is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user