Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-21 | Parse URLs by default | Lars-Dominik Braun | 1 | -4/+4 | |
Use library yarl (already pulled in by aiohttp). No URL processed should be a string. | |||||
2018-12-02 | behavior: Improve click testing | Lars-Dominik Braun | 1 | -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-01 | behavior: Add selector test cases | Lars-Dominik Braun | 1 | -0/+78 | |
Fixes #3. |