Skip to content

Commit f8aa23e

Browse files
authored
Merge branch 'PyThaiNLP:dev' into add-cli-tests
2 parents d4405e1 + 974b153 commit f8aa23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
TEST_DATA = yaml.safe_load(stream)
1414

1515

16-
class BenchmarksTestCase(unittest.TestCase):
16+
class BenchmarksTestCaseX(unittest.TestCase):
1717
def test_preprocessing(self):
1818
self.assertIsNotNone(
1919
word_tokenization.preprocessing(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pythainlp.classify import GzipModel
88

99

10-
class ClsTestCase(unittest.TestCase):
10+
class ClsTestCaseX(unittest.TestCase):
1111
def test_GzipModel(self):
1212
training_data = [
1313
("รายละเอียดตามนี้เลยค่าา ^^", "Neutral"),

0 commit comments

Comments
 (0)