mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-07 08:35:12 +02:00
- pyproject.toml: norecursedirs for tests/playwright-upstream/, a vendored Microsoft Playwright test suite with its own pixelmatch API version mismatch. We run it explicitly when doing compat audits, not on every push. Default collection now ignores it so the pre-push hook (which runs the full default pytest collection) doesn't error out. - tests/test_service_worker.py: replace em-dash with hyphen inside a bytes literal at line 91. Python rejects non-ASCII bytes literals with SyntaxError at collection time. Now collects cleanly. Both were blocking unrelated pushes (e.g. the issue #18 fix in the previous commit). Splitting them out so the issue #18 commit stays focused. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_async_api.py | ||
| test_build.py | ||
| test_cli.py | ||
| test_constants.py | ||
| test_download.py | ||
| test_e2e.py | ||
| test_fingerprint_consistency.py | ||
| test_fingerprint_surface.py | ||
| test_fpforge.py | ||
| test_headless.py | ||
| test_imports.py | ||
| test_integration.py | ||
| test_launcher_config.py | ||
| test_launcher_helpers.py | ||
| test_mouse.py | ||
| test_network.py | ||
| test_pin.py | ||
| test_prefs.py | ||
| test_profile.py | ||
| test_proxy.py | ||
| test_release_e2e.py | ||
| test_sampler.py | ||
| test_service_worker.py | ||