summaryrefslogtreecommitdiffstats
path: root/test/test_construct_extras.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-16tests: simplify and cleanup.Diego Elio Pettenò1-10/+4
* 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.
2018-02-11construct: the construct API is significantly unstable, fix to 2.8.22 only.Diego Elio Pettenò1-1/+1
This still is required to fix Issue #38, but luckily it's just a test failure for now.
2018-01-01tests: improve code quality by passing the linter.Diego Elio Pettenò1-1/+1
2018-01-01otultraeasy: factor out the construct Timestamp implementation.Diego Elio Pettenò1-0/+75
This adds tests to ensure this works right in the general case, so that it can be used with different parameters. The adapter will be reused in the otverio2015 driver.