summaryrefslogtreecommitdiffstats
path: root/test/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: simplify and cleanup.Diego Elio Pettenò2018-11-161-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.