test package¶
Submodules¶
test.test_presentable module¶
- class test.test_presentable.Test_sklearn_docs_example(methodName='runTest')¶
Bases:
TestCase
Test presentable functionality.
- classmethod setUpClass()¶
Hook method for setting up class fixture before running tests in the class.
- test_full_customization()¶
Reproduce the example from the sklearn docs with custom args to sklearn and tabulate.
- test_large_table()¶
Table with 10 rows/columns.
- test_sklearn_example()¶
Reproduce the example from the sklearn docs.
- test_small_table()¶
Example with only two labels.
- test_string_labels()¶
Labels should also work with strings.
- test_tabulate_customization()¶
Reproduce the example from the sklearn docs.