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 b8045c6 commit a04b6d2Copy full SHA for a04b6d2
tests/test_huggingface.py
@@ -1,6 +1,9 @@
1
import pytest
2
from pyspark.sql import SparkSession
3
4
+import pyspark_huggingface # noqa: F401
5
+
6
7
@pytest.fixture
8
def spark():
9
spark = SparkSession.builder.getOrCreate()
tests/test_huggingface_writer.py
@@ -6,6 +6,8 @@
from pyspark.testing import assertDataFrameEqual
from pytest_mock import MockerFixture
10
11
# ============== Fixtures & Helpers ==============
12
13
0 commit comments