Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | remove import across toplevel | Daniel Schadt | |
Python seems to do fine, but pylint complains (probably rightfully, since the tests do not represent packages). We lose type hinting for the playwright_helper, but there's probably a better way to do it in the future. | |||
2023-04-01 | add some very basic tests for profiles | Daniel Schadt | |
I'd like to have more, but this is a start (and already caught some errors, see the last two commits). |