plone / plone.app.redirector

Redirects to moved content after accessing old URLs
https://pypi.python.org/pypi/plone.app.redirector
4 stars 4 forks source link

Move from doctests to unittests and split them up #14

Closed mauritsvanrees closed 5 years ago

mauritsvanrees commented 5 years ago

It may be hard to review the relatively big diff in one go, but viewing the individual commits should make the changes really clear.

mister-roboto commented 5 years ago

@mauritsvanrees thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

mauritsvanrees commented 5 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 5 years ago

See issue #12.