Skip to content

Commit

Permalink
Add some additional standard import, pip and entrypoint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Mar 29, 2023
1 parent a4bd522 commit 10e6113
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion recipe/meta.yaml
Expand Up @@ -30,10 +30,19 @@ requirements:

test:
requires:
- pyqt
- pip
- pyqt >= 5.9
imports:
- {{ import }}
- {{ import }}.QtCore
- {{ import }}.QtGui
- {{ import }}.QtWidgets
commands:
- pip check
- {{ entrypoint }}
- {{ entrypoint }} --help
- {{ entrypoint }} --version
- {{ entrypoint }} mypy-args

about:
home: https://github.com/spyder-ide/qtpy
Expand Down

0 comments on commit 10e6113

Please sign in to comment.