You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each testcase file can be run directly through a python interpreter
(e.g. python test_tokenizer.py).
Some testcases depend on the json module (available since Python 2.6),
but will fall back to using simplejson if json is not available.