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 within pelican/pelican/tests subdirectory, following tests failed in PyCharm IDE:
pelican/pelican/tests
test_main_on_content()
test_main_on_content_markdown_disabled()
Also due to missing pelican Python file, this test fails.
pelican
Only way to pass these tests is to change working directory to top of the Pelican package (root dir).
Platform
The text was updated successfully, but these errors were encountered:
Fix test_pelican.py getpelican#3374
b6bce8d
Make it work from any directory within the Pelican package. Also fixes parallelism.
2d63d20
No branches or pull requests
Issue
When within
pelican/pelican/tests
subdirectory, following tests failed in PyCharm IDE:test_main_on_content()
test_main_on_content_markdown_disabled()
Also due to missing
pelican
Python file, this test fails.Only way to pass these tests is to change working directory to top of the Pelican package (root dir).
Platform
Click to expand
Platform
The text was updated successfully, but these errors were encountered: