Flask-LinkTester

Link tester for Flask applications


License
BSD-3-Clause
Install
pip install Flask-LinkTester==0.3.0

Documentation

Flask-LinkTester

Check links for you Flask app during integration tests, when using Flask-Testing.

Sample code:

class TestLinkTester(TestCase):

    def create_app(self):
        ...

    def test_links_from_home(self):
      crawler = LinkTester(self.client, "/")
      crawler.crawl()

For full information please refer to the online docs:

http://packages.python.org/Flask-LinkTester