GitXplorerGitXplorer
s

flask-linktester

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
11bab2b31905f7d1059664fae03241faba7ce2e8

CI.

ssfermigier committed 8 years ago
Unverified
f5ee4d2c47d89ff4f3e982c0fefc5b4cecb6a69a

CI.

ssfermigier committed 8 years ago
Unverified
6870d09f9f4bc6fbd5e15ba55912fee0ce359fc7

CI.

ssfermigier committed 8 years ago
Unverified
0c6a28868a5abf23fa88c709a4fb904c9ce948a5

CI.

ssfermigier committed 8 years ago
Unverified
cb7c75f2cc4289c657a4dba291d3533d23a72810

Travis config.

ssfermigier committed 8 years ago
Unverified
75f6c94ff110efb50772a287087d5ddfc8486b7b

Upgrade to Python 3 and clean up.

ssfermigier committed 8 years ago

README

The README file for this repository.

Flask-LinkTester

Check links for your 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