Skip to content

Commit

Permalink
chore: rename python unit tests -> end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jun 20, 2024
1 parent bbe245a commit add8560
Show file tree
Hide file tree
Showing 205 changed files with 4 additions and 7,097 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: "Check formatting of DiscoPoP Wizard - DEPRECATED"
run: python -m black -l 120 --check DEPRECATED_discopop_wizard

execute_unit_tests:
execute_end_to_end_tests:
runs-on: ubuntu-20.04
name: Execute Unit Tests
name: Execute end-to-end tests
needs: execute_code_checks
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -104,9 +104,9 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j3
- name: Python Unit-tests
- name: Python end-to-end-tests
run: |
python -m unittest -v
python -m unittest -v -k *.end_to_end.*
update_wiki-build:
name: "Update Wiki - Build"
runs-on: ubuntu-20.04
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit add8560

Please sign in to comment.