mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 08:53:32 +08:00
action test
This commit is contained in:
parent
15fc842ee5
commit
99e60a8da2
@ -39,10 +39,6 @@ if TYPE_CHECKING:
|
||||
|
||||
def test_assetmanager() -> None:
|
||||
"""Testing."""
|
||||
import sys
|
||||
import os
|
||||
print('PATH IS', sys.path)
|
||||
print('CWD IS', os.getcwd())
|
||||
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
|
||||
|
||||
@ -446,6 +446,9 @@ def pytest() -> None:
|
||||
import platform
|
||||
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.
|
||||
pypaths = get_config(PROJROOT).get('python_paths')
|
||||
if pypaths is None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user