summaryrefslogtreecommitdiff
path: root/crocoite/test_behavior.py
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Parse URLs by defaultLars-Dominik Braun1-4/+4
Use library yarl (already pulled in by aiohttp). No URL processed should be a string.
2018-12-02behavior: Improve click testingLars-Dominik Braun1-17/+37
Some pages require scrolling, so we need a SinglePageController. Also mark network-dependent tests with xfail, so they won’t affect the overall test result unless you know what you’re doing (--runxfail).
2018-12-01behavior: Add selector test casesLars-Dominik Braun1-0/+78
Fixes #3.