mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 22:56:55 +00:00
Note: interaction between clients is not tested here to avoid dependency on mailserver. When mailserver is mocked more comprehensive tests should be provided, that is: verify if identity properties are propagated and read correctly between two different clients. closes: #6950
9 lines
231 B
Python
9 lines
231 B
Python
source(findFile('scripts', 'python/bdd.py'))
|
|
|
|
setupHooks('../shared/scripts/bdd_hooks.py')
|
|
collectStepDefinitions('./steps', '../shared/steps')
|
|
|
|
def main():
|
|
testSettings.throwOnFailure = True
|
|
runFeatureFile('test.feature')
|