We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When just running make test the log file is empty though it should contain some logs according to the default.cfg.
make test
default.cfg
Try the following:
$ pytest --log-cli-level=DEBUG __init__.py 15 DEBUG setting core variables _compat.py 25 DEBUG Python 3.x configuration.py 69 INFO loading configuration configuration.py 75 DEBUG setting default values configuration.py 188 DEBUG UNIX based environment configuration.py 200 DEBUG trying to estimate the default location configuration.py 144 INFO No configuration files loaded. Using default values
Looks like the pywps service in the tests does not load our default.cfg.
https://docs.pytest.org/en/latest/logging.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When just running
make test
the log file is empty though it should contain some logs according to thedefault.cfg
.Environment
Steps to Reproduce
Try the following:
Looks like the pywps service in the tests does not load our
default.cfg
.Additional Information
https://docs.pytest.org/en/latest/logging.html
The text was updated successfully, but these errors were encountered: