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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Check out [this tool](https://github.com/TI-Toolkit/token_translation_extractor)
39
39
40
40
### Unit Testing
41
41
42
-
You can run the test suite via `__main__.py`, or run individual tests found in `tests/` with `unittest`.
42
+
You can run the test suite via `__main__.py`, or run individual tests found in `tests/` with `unittest`. Tests for optional package extensions (e.g. PIL) will be skipped if the package cannot be found.
43
43
44
44
Note that the PyPI distribution does _not_ include the test suite.
0 commit comments