You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
METADATA_TEST_SPECIFIC_META = "META_QUOTA" # Which metadata property should be tested?
METADATA_TEST_EXPECTED_FREQUENCY = "daily" # Which value do you expect?
SOURCE_PLUGIN_ID = "org.backmeup.dropbox" # Which source plug-in should be used?
KEY_SOURCE_TOKEN = "token" # Dropbox stores the token-value with the key "token"
KEY_SOURCE_SECRET = "secret" # Dropbox stores a user's secret-value with the key "secret"
SOURCE_SECRET = "UNDEFINED" # Place a valid user's secret token here
SOURCE_TOKEN = "UNDEFINED" # Place a valid user's token here
SINK_PLUGIN_ID = "org.backmeup.dropbox" # just like above
KEY_SINK_TOKEN = "token"
KEY_SINK_SECRET = "secret"
SINK_SECRET = "UNDEFINED" #adjust user's secret
SINK_TOKEN = "UNDEFINED" #adjust user's token
Running the tests
Open a prompt, navigate to /python-tests and run:
run.cmd
# or the command itself:
python -m unittest -v UserTests ProfileTests DatasourcesTests DatasinkTests MetadataTests BackupJobTests ActionTests BackupSearchTests