Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Kolibri 0.16 tasks API #140

Merged
merged 7 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
ostree \
python3-gi \
python3-pip
- name: Python dependencies
run: |
python3 -m pip install flake8 pytest
- name: Checkout
uses: actions/checkout@v2
- name: Python dependencies
run: |
python3 -m pip install -r requirements-test.txt
- name: Lint
run: |
python3 -m flake8
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,9 @@ Testing
=======

Some parts of the image builder can be tested with [pytest][pytest-url].
After installing pytest, run `pytest` (or `pytest-3` if `pytest` is for
python 2) from the root of the checkout.
Install the testing dependencies with `pip3 install -r
requirements-test.txt`. After installing pytest, run `pytest` (or
`pytest-3` if `pytest` is for python 2) from the root of the checkout.

Various options can be passed to `pytest` to control how the tests are
run. See the pytest [usage][pytest-usage] documentation for details.
Expand Down
Loading
Loading