Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-06-07 12:15:13 +0300
committerGitHub <noreply@github.com>2021-06-07 12:15:13 +0300
commitfe113b75ce6a69dc876a9fdfd1eebac4ddcbd626 (patch)
treeb0486e41249b6a68270e09049d19576d0a90c452 /test/gui/tst_removeAccountConnection/test.py
parenta2c2a29a8fae8300917eb0414b49cf1007a8bfde (diff)
[tests-only] remove connection (#8682)
Diffstat (limited to 'test/gui/tst_removeAccountConnection/test.py')
-rw-r--r--test/gui/tst_removeAccountConnection/test.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/gui/tst_removeAccountConnection/test.py b/test/gui/tst_removeAccountConnection/test.py
new file mode 100644
index 000000000..d6224b99e
--- /dev/null
+++ b/test/gui/tst_removeAccountConnection/test.py
@@ -0,0 +1,9 @@
+source(findFile('scripts', 'python/bdd.py'))
+
+setupHooks('../shared/scripts/bdd_hooks.py')
+collectStepDefinitions('./steps', '../shared/steps')
+
+
+def main():
+ testSettings.throwOnFailure = True
+ runFeatureFile('test.feature')