More unit tests for settings.py
, specifically syntax and indentation error reporting of pelicanconf.py
#3380
Labels
settings.py
, specifically syntax and indentation error reporting of pelicanconf.py
#3380
Issue
Added several more unit tests of SyntaxError reporting and IndentationError of pelicanconf.py into a separate
test_settings_syntax.py
.Only one-line of non-test code were changed to accommodate initial deployment of
pytest
inpelican/__init__.py
: pytest makes repeated use of rescanning the Python code and__path__
is undefined during the 1st pass, hence new logic:Platform
Click to expand
Platform
The text was updated successfully, but these errors were encountered: