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

test.py « tst_sharing « gui « test - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6224b99e57461dfa1f62aa72485070d3e070d9d (plain)
1
2
3
4
5
6
7
8
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')