Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings tests fail when running from the tests folder #89

Open
bandophahita opened this issue Jul 18, 2023 · 1 comment
Open

settings tests fail when running from the tests folder #89

bandophahita opened this issue Jul 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@bandophahita
Copy link
Contributor

When running pytest from the /tests folder, the following tests fail.

test_settings.py::test__parse_pyproject_toml_file_exists FAILED          [ 94%]
test_settings.py::TestSettings::test_pyproject_overwrites_initial FAILED [ 94%]
test_settings.py::TestStdOutAdapterSettings::test_pyproject_overwrites_initial FAILED [ 96%]
test_settings.py::TestCombo::test_can_set_multiple_tools FAILED 

It appears to stem from the logic in configuration.py which tries to identify where the pyproject.toml is located.

@MarcelWilson
Copy link
Contributor

@perrygoy did this get fixed?

@bandophahita bandophahita added the bug Something isn't working label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants