rename load script name (#2)
Browse files
livedoor_news_corpus.py → livedoor-news-corpus.py
RENAMED
|
File without changes
|
tests/livedoor_news_corpus_test.py
CHANGED
|
@@ -4,7 +4,7 @@ import pytest
|
|
| 4 |
|
| 5 |
@pytest.fixture
|
| 6 |
def dataset_path() -> str:
|
| 7 |
-
return "
|
| 8 |
|
| 9 |
|
| 10 |
def test_load_dataset(dataset_path: str):
|
|
|
|
| 4 |
|
| 5 |
@pytest.fixture
|
| 6 |
def dataset_path() -> str:
|
| 7 |
+
return "livedoor-news-corpus.py"
|
| 8 |
|
| 9 |
|
| 10 |
def test_load_dataset(dataset_path: str):
|