Skip to content

Commit c35e0f7

Browse files
authored
Update and rename test_classify.py to testx_classify.py
1 parent 79992a5 commit c35e0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_classify.py renamed to tests/testx_classify.py

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)