Skip to content

Example of python-testing-crawler using Flaskr, the Flask tutorial application

License

Notifications You must be signed in to change notification settings

python-testing-crawler/flaskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaskr with a crawler

The basic blog app built in the Flask tutorial.

Extracted from https://github.com/pallets/flask

Added:

  • Test dependency on python-testing-crawler
  • tests/test_crawl.py

Test

To run all the tests, including the crawler tests, create a new virtualenv, activate it and then:

$ pip install '.[test]'
$ pytest

Run with coverage report:

$ coverage run -m pytest
$ coverage report
$ coverage html  # open htmlcov/index.html in a browser

About

Example of python-testing-crawler using Flaskr, the Flask tutorial application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors