forked from github/pelican
TestArticle was a subclass of TestPage and therefore included all the tests TestPage already had. Effectively tests from TestPage were run twice. This splits the common parts of TestPage to a base class called TestBase and TestPage/TestArticle will both inherit from it. |
||
|---|---|---|
| .. | ||
| plugins | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| __main__.py | ||
| cache.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||