Move remaining tests from behave to pytest (#1346)

* add newer tests to pytest (from behave)

* remove 'lib' from gitignore (since we're using it)

* fix capitalization in some steps

* add 'the editor should not have been called' step

* comment out config override step in pytest-bdd since it's not implemented yet

* remove test that didn't really test anything

* implement some missing steps in pytest-bdd

* change comment to match other tests
This commit is contained in:
Jonathan Wren 2021-10-02 13:31:21 -07:00 committed by GitHub
parent 593245f3fd
commit 7d8823da6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 167 additions and 5 deletions

1
.gitignore vendored
View file

@ -16,7 +16,6 @@ var
sdist
develop-eggs
.installed.cfg
lib
lib64
.python-version