getpelican / pelican

Static site generator that supports Markdown and reST syntax. Powered by Python.
https://getpelican.com
GNU Affero General Public License v3.0
12.62k stars 1.81k forks source link

Many new unit tests for configuration settings file (pelicanconf.py) (#3357) #3368

Closed egberts closed 4 months ago

egberts commented 4 months ago

Pull Request Checklist

Resolves: #3357

No change in documentation.

egberts commented 4 months ago

test_load_source_module_path_abs_syntax_error_fail() fails parallelization of pytest due to multiple concurrent accesses to the sys.modules[]. Needs a file lock to ensure serialization testing.

Withdrawing PR.