tests package

Submodules

tests.test_gcounter module

class tests.test_gcounter.TestGCounter(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_check_increment()
test_merging_gcounters()

tests.test_gset module

class tests.test_gset.TestLWW(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_elements_add_correctly_gset()
test_merging_gset()
test_querying_gset_with_merging()
test_querying_gset_without_merging()

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

class tests.test_pncounter.TestPNCounter(methodName='runTest')

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_merge()

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()

Module contents