Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-16 | tests: 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. |