Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit d271339

Browse files
committed
Add an example project, and put it on CI also.
1 parent 20d0041 commit d271339

File tree

6 files changed

+637
-0
lines changed

6 files changed

+637
-0
lines changed

Diff for: .github/workflows/python-ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ jobs:
4141
working-directory: python/pytest-selfie
4242
- run: poetry run ruff format --check
4343
working-directory: python/pytest-selfie
44+
- run: poetry install
45+
working-directory: python/example-pytest-selfie
46+
- run: poetry run pytest -vv
47+
working-directory: python/example-pytest-selfie
48+
- run: poetry run pyright
49+
working-directory: python/example-pytest-selfie
50+
- run: poetry run ruff format --check
51+
working-directory: python/example-pytest-selfie

Diff for: python/example-pytest-selfie/example_pytest_selfie/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)