Pytest-qt on travis
See original GitHub issueAdd
before_install:
- sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0
to .travis.yml allows to run qt interface test on travis (xenial) without miniconda. Maybe add this to documentation?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (10 by maintainers)
Top Results From Across the Web
python - travis with pytest-qt fails without exiting nor creating ...
I try to run the travis job in a debug mode. So after connecting through a ssh the install all the dependencies, I...
Read more >pytest-qt Documentation
pytest-qt registers a new fixture named qtbot, which acts as bot in the sense that it can send keyboard and mouse events to...
Read more >pytest-dev/pytest-qt | Build #1019 | Coveralls - Test Coverage ...
This build has 93.63% test coverage and 3.72 hits per line.
Read more >pytest-qt - PyPI
pytest -qt is a pytest plugin that allows programmers to write tests for PyQt5, PyQt6, PySide2 and PySide6 applications. The main usage is...
Read more >Plugin List — pytest documentation
name summary last release status requi...
pytest‑accept A pytest‑plugin for updating doctest outputs Jan 07, 2022 N/A pytes...
pytest‑addons‑test 用于测试pytest的插件 Aug 02, 2021 N/A pytes...
pytest‑aio...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Merging this into #261 which seems quite similar.
Yup - pytest-qt should work just fine out of the box on Windows, and also runs its selftests there. Not sure what more information you would expect, @adam-grant-hendry?