tests package¶
Submodules¶
tests.test_gcounter module¶
tests.test_gset module¶
tests.test_lww module¶
-
class
tests.test_lww.TestLWW(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp()¶ Hook method for setting up the test fixture before exercising it.
-
test_elements_add_correctly_lww_set()¶
-
test_elements_remove_correctly_lww_set()¶
-
test_merging_lww_set_with_removal()¶
-
test_merging_lww_set_without_removal()¶
-
test_querying_lww_set_with_merging_with_removal()¶
-
test_querying_lww_set_with_merging_without_removal()¶
-
test_querying_lww_set_without_merging_with_removal()¶
-
test_querying_lww_set_without_removal_and_merging()¶
-
tests.test_orset module¶
-
class
tests.test_orset.TestORSet(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp()¶ Hook method for setting up the test fixture before exercising it.
-
test_elements_add_correctly_orset()¶
-
test_elements_remove_correctly_orset()¶
-
test_merging_orset_with_removal()¶
-
test_merging_orset_without_removal()¶
-
test_querying_orset_with_merging_with_removal()¶
-
test_querying_orset_with_merging_without_removal()¶
-
test_querying_orset_without_merging_with_removal()¶
-
test_querying_orset_without_removal_and_merging()¶
-
tests.test_pncounter module¶
tests.test_sequence module¶
-
class
tests.test_sequence.TestSequence(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp()¶ Hook method for setting up the test fixture before exercising it.
-
test_elements_add_correctly_sequence()¶
-
test_elements_remove_correctly_sequence()¶
-
test_merging_sequence_with_removal()¶
-
test_merging_sequence_without_removal()¶
-
test_querying_sequence_with_merging_with_removal()¶
-
test_querying_sequence_with_merging_without_removal()¶
-
test_querying_sequence_without_merging_with_removal()¶
-
test_querying_sequence_without_removal_and_merging()¶
-
tests.test_twopset module¶
-
class
tests.test_twopset.TestLWW(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp()¶ Hook method for setting up the test fixture before exercising it.
-
test_elements_add_correctly_twopset()¶
-
test_elements_remove_correctly_twopset()¶
-
test_merging_twopset_with_removal()¶
-
test_merging_twopset_without_removal()¶
-
test_querying_twopset_with_merging_with_removal()¶
-
test_querying_twopset_with_merging_without_removal()¶
-
test_querying_twopset_without_merging_with_removal()¶
-
test_querying_twopset_without_removal_and_merging()¶
-