We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a95b7f commit 8905006Copy full SHA for 8905006
test_spylon_kernel_jkt.py
@@ -1,16 +1,12 @@
1
"""Example use of jupyter_kernel_test, with tests for IPython."""
2
3
-import os
4
import unittest
5
6
import jupyter_kernel_test
7
8
from spylon_kernel.scala_interpreter import init_spark
9
from textwrap import dedent
10
11
-coverage_rc = os.path.abspath(os.path.join(os.path.dirname(__file__), ".coveragerc"))
12
-os.environ["COVERAGE_PROCESS_START"] = coverage_rc
13
-
14
15
class SpylonKernelTests(jupyter_kernel_test.KernelTests):
16
kernel_name = "spylon-kernel"
0 commit comments