You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial work to move away from run func
* initial work converting to new server interface
* finish up flask conversion
* convert tornado + begin reworking test utils
* remove shared dispatchers and rename to serve module
* misc fixes
* start to switch test suite to playwright
* get basic tests working
* get some tests working
* slight optimization
* misc minor improvements
* fix test_html
* implement test_module
* implement connection context
* fix playwright install in nox
* add minimal docstrings
* remove pytest-playwright
* get suite to run (with failures)
* fix log assertion problems
* misc fixes in order to get reconnect test to work
* expose use_scope instead of use_connection
* fix test common
* fix test_client
* test use_scope
* remove unused imports
* fix live docs
* fix typing issues
* fix rest of tests
* improve coverage
* import protocol from typing extensions
* fix syntax error
* fix docs test
* fix flake8
* test run function
* use selector event loop
* try to fix loop
* only install chromium
* remove unused import
* fix shutdown code
* skip browser tests on windows
* fix coverage + reorg testing utils
* minor logging changes
* fix live docs script
* fix log message
* fix types
* documentation updates
* use dataclasses for options instead of typeddict
* move section
* add note to changelog
* fix missing refs
* fix ref
* fix fastapi alias
* fix tornado redirect
* remove unused imports
* changelog entry
* fix noxfile tag commit msg
* improve changelog entry
* fix typo in old cl entry
0 commit comments