ML for Developers
This commit is contained in:
13
tests/code/conftest.py
Normal file
13
tests/code/conftest.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import pytest
|
||||
|
||||
from madewithml.data import CustomPreprocessor
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def dataset_loc():
|
||||
return "https://raw.githubusercontent.com/GokuMohandas/Made-With-ML/main/datasets/dataset.csv"
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def preprocessor():
|
||||
return CustomPreprocessor()
|
||||
Reference in New Issue
Block a user