Skip to content

Commit

Permalink
[pyqt6] enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tinywrkb committed May 8, 2022
1 parent 25a9bb8 commit d2ecd09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.qutebrowser.qutebrowser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ modules:
- make --file misc/Makefile install PREFIX=/app
- install -dm755 /app/lib/ffmpeg
- sed -i '/^Exec=qutebrowser/ s@=@=/app/bin/@' /app/share/applications/${FLATPAK_ID}.desktop
run-tests: false
run-tests: true
test-commands:
- |
export QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess
export PYTHONPATH=.
# verbose output: -v -s --no-qt-log
pytest --qute-bdd-webengine
pytest --qute-backend=webengine
sources:
- type: git
url: https://github.com/qutebrowser/qutebrowser.git
Expand All @@ -79,4 +79,4 @@ modules:
#- userscripts-dependencies/userscripts-dependencies.yaml
- flatpak-spawn-wrapper/flatpak-spawn-wrapper.json
# TODO: f-e-d-c for tests
#- tests/tests-dependencies.json
- tests/tests-dependencies.json

0 comments on commit d2ecd09

Please sign in to comment.