-
Notifications
You must be signed in to change notification settings - Fork 277
Specify a limited test suite #952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Make pythainlp.util imports minimum
…nto add-test-suites
|
Test is now able to run on 3.9 to 3.13, install PyICU on Windows and install PyTorch on every platform. Some tests that require external imports are not in tests/testx_.py (instead of test_.py), to make it able to run some tests without those imports (and facing import conflicts) |
Will merge for now, the test_sent_tokenize and test_normalize that failed have to be fix in another PR |
Define load_tests() in tests/init.py
Will fix #931