Commit graph

9 commits

Author SHA1 Message Date
Micah Jerome Ellison
6b30b0c760 Remove try/except on copytree since I'm no longer using the same 2021-11-06 14:07:07 -07:00
Micah Jerome Ellison
51e8606f44 Use explicit "given the config exists" for copying config files instead of shoehorning in "given we use the config" twice 2021-10-23 13:47:34 -07:00
Micah Jerome Ellison
ea18a86cab Fix copytree for Python 3.7 (which doesn't support dirs_exist_ok) 2021-10-09 14:25:46 -07:00
Micah Jerome Ellison
70aa5989ea Merge branch 'develop' into #1170-alternate-config-file 2021-10-09 13:12:45 -07:00
Jonathan Wren
44edb9bdee
Add more steps to pytest, fully remove behave (#1347)
* update yaml loader to new method

* Add config overrides steps to pytest

This requires some patching around the config object, which now happens
in every test.

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>

* udpate docs for new tests

* remove behave from deps

* remove feature dir from flake8 checks

* udpate lock file

* disable pip version check (it keeps spamming the pipeline)

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2021-10-09 12:10:08 -07:00
Jonathan Wren
7d8823da6d
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
2021-10-02 13:31:21 -07:00
Micah Jerome Ellison
51735da1be Begin migrating/rewording --cf tests in pytest-bdd.
Uses current directory instead of deep directory structure, but requires a given for each config file referenced
2021-09-06 14:03:59 -07:00
Jonathan Wren
26484130c3 remove old comment 2021-07-03 15:49:18 -07:00
Jonathan Wren
d95dab9f0c add actual lib directory even though it's in gitignore for some reason 2021-07-03 15:49:18 -07:00