Show HN: Python Testing Crawler – spider your Flask or Django website in tests (github.com) 5 points by wodow 6y ago ↗ HN
[–] wodow 6y ago ↗ Why use this? You might not always write functional tests for every route/view/endpoint of your web application, so bugs can slip through.Augment the tests you _do_ write with a spider that clicks every link and posts every form for you.
1 comment
[ 2.8 ms ] story [ 16.1 ms ] threadAugment the tests you _do_ write with a spider that clicks every link and posts every form for you.