tests.integration_tests.network.test_network_db#

Test the main :class: yawning_titan.networks.network_db.NetworkDB.

Functions

test_db_file_exists

Test the creation of the network db.

test_delete_default_network_delete_fails

Test attempted deletion of locked network fails.

test_network_schema

Test querying the network DB using NetworkSchema.

test_reset_default_networks

Test resetting network to default removes modifications.

tests.integration_tests.network.test_network_db.test_db_file_exists()[source]#

Test the creation of the network db.

tests.integration_tests.network.test_network_db.test_delete_default_network_delete_fails()[source]#

Test attempted deletion of locked network fails.

tests.integration_tests.network.test_network_db.test_reset_default_networks()[source]#

Test resetting network to default removes modifications.

tests.integration_tests.network.test_network_db.test_network_schema()[source]#

Test querying the network DB using NetworkSchema.