Add local_sparklyr test (#1916)

This commit is contained in:
Ayaz Salikhov
2023-06-06 18:59:35 +04:00
committed by GitHub
parent e7bdf4f70e
commit 9e3ab9075a

View File

@@ -14,8 +14,7 @@ THIS_DIR = Path(__file__).parent.resolve()
@pytest.mark.parametrize(
"test_file",
# TODO: add local_sparklyr
["local_pyspark", "local_sparkR", "issue_1168"],
["issue_1168", "local_pyspark", "local_sparklyr", "local_sparkR"],
)
def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
"""Check if Spark notebooks can be executed"""