mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Update tests imports
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ sys.path.append(".")
|
|||||||
import pytest
|
import pytest
|
||||||
from IPython.core.interactiveshell import InteractiveShell
|
from IPython.core.interactiveshell import InteractiveShell
|
||||||
|
|
||||||
from v1.v1 import NVCCPlugin
|
from nvcc4jupyter.plugin import NVCCPlugin
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ import pytest
|
|||||||
sys.path.append(".")
|
sys.path.append(".")
|
||||||
|
|
||||||
|
|
||||||
from v1.v1 import NVCCPlugin
|
from nvcc4jupyter.plugin import NVCCPlugin
|
||||||
|
|
||||||
|
|
||||||
def check_profiler_output(output: str):
|
def check_profiler_output(output: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user