summaryrefslogtreecommitdiffstats
path: root/test/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-16tests: simplify and cleanup.Diego Elio Pettenò1-0/+12
* Remove the __main__ blocks as the tests should not be executable by themselves. * Use absltest everywhere instead of a mixture of unittest/absltest (via parameterized). * Only modify import path once. * Cleanup pylint warnings, by disabling those that are not useful, and fixing those that are.