Skip to content

Commit

Permalink
Deletes copy of tests from pyrav4l2 and downloads them live instead (a…
Browse files Browse the repository at this point in the history
…ntmicro#27)

- Deletes unused python files
- Adds test for new action argument `repos` to download tests
 that were previously kept in `./test` directory
  • Loading branch information
WiktorOgrodnik authored Apr 28, 2023
1 parent 2bcb918 commit 48bf493
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 62 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
gpiodetect
sh gpio.sh
sh i2c.sh
python test.py
python controls-enumeration.py
python pyrav4l2/.github/save_examples.py pyrav4l2/README.md
python examples/controls-enumeration.py
devices: |
vivid
gpio 0 16
i2c 0x1C
python-packages: git+https://github.com/antmicro/pyrav4l2.git
python-packages: |
git+https://github.com/antmicro/pyrav4l2.git@3c071a7494b6b67263c4dddb87b47025338fd960
git+https://github.com/antmicro/tuttest.git@c44309e0365c54759fb36864fb77bf8b347bd647
repos: https://github.com/antmicro/pyrav4l2.git pyrav4l2
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ jobs:
gpiodetect
sh gpio.sh
sh i2c.sh
python test.py
python controls-enumeration.py
python pyrav4l2/.github/save_examples.py pyrav4l2/README.md
python examples/controls-enumeration.py
devices: |
vivid
gpio 0 16
i2c 0x1C
python-packages: git+https://github.com/antmicro/pyrav4l2.git
python-packages: |
git+https://github.com/antmicro/pyrav4l2.git@3c071a7494b6b67263c4dddb87b47025338fd960
git+https://github.com/antmicro/tuttest.git@c44309e0365c54759fb36864fb77bf8b347bd647
repos: https://github.com/antmicro/pyrav4l2.git pyrav4l2

10 changes: 7 additions & 3 deletions .github/workflows/run-locally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:
gpiodetect
sh gpio.sh
sh i2c.sh
python test.py
python controls-enumeration.py
python pyrav4l2/.github/save_examples.py pyrav4l2/README.md
python examples/controls-enumeration.py
devices: |
vivid
gpio 0 16
i2c 0x1C
python-packages: git+https://github.com/antmicro/pyrav4l2.git
python-packages: |
git+https://github.com/antmicro/pyrav4l2.git@3c071a7494b6b67263c4dddb87b47025338fd960
git+https://github.com/antmicro/tuttest.git@c44309e0365c54759fb36864fb77bf8b347bd647
repos: https://github.com/antmicro/pyrav4l2.git pyrav4l2

8 changes: 0 additions & 8 deletions tests/controls-enumeration.py

This file was deleted.

14 changes: 0 additions & 14 deletions tests/creating-device-id.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/creating-device-path.py

This file was deleted.

6 changes: 0 additions & 6 deletions tests/current-format.py

This file was deleted.

9 changes: 0 additions & 9 deletions tests/info-about-device.py

This file was deleted.

8 changes: 0 additions & 8 deletions tests/streaming-frames.py

This file was deleted.

5 changes: 0 additions & 5 deletions tests/test.py

This file was deleted.

0 comments on commit 48bf493

Please sign in to comment.