Skip to content

Commit

Permalink
Merge pull request #140 from endlessm/T34697-kolibri-0.16-api
Browse files Browse the repository at this point in the history
Support Kolibri 0.16 tasks API
  • Loading branch information
wjt authored Dec 11, 2023
2 parents 96489cc + 60c7192 commit 6dbfbfd
Show file tree
Hide file tree
Showing 5 changed files with 621 additions and 147 deletions.
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

0 comments on commit 6dbfbfd

Please sign in to comment.