cbdq-io / testinfra-bdd

An interface between pytest-bdd and pytest-testinfra.
https://pypi.org/project/testinfra-bdd/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Bugfix & code refactor #24

Closed dallinb closed 2 years ago

dallinb commented 2 years ago

If testing for a missing user or file the tests attempted to interrogate a non-existent resource causing a failure. This has been fixed. Also refactored the code to remove repeated code.