blob: bf1b02ef1046000b0d8beff9851d2f2621389bed [file]
# Configuration values for the settings test.
#
# PROPERTIES
# Dot-notation path to the module containing the TestCase class:
TEST_CASE_MODULE=eurtest.tests.settings.settings_test_case
# Name of the TestCase sub-class:
TEST_CASE_CLASS=SettingsTestCase
# Dot-notation path to the module containing the TestSequence class:
TEST_SEQUENCE_MODULE=eurtest.tests.settings.settings_test_sequence
# Name of the TestSequence sub-class:
TEST_SEQUENCE_CLASS=SettingsTestSequence