Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

python-testing-crawler/flaskr

Open more actions menu

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

No packages published

Contributors 7

Morty Proxy This is a proxified and sanitized view of the page, visit original site.