Skip to content
Closed
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
13 changes: 0 additions & 13 deletions .github/workflows/capgen_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
python3 \
git \
libxml2-utils
python -m pip install --upgrade pip
pip install pytest
which xmllint
xmllint --version
which pytest

- name: Build the framework
run: |
Expand All @@ -46,16 +43,6 @@ jobs:
cd build
ctest --rerun-failed --output-on-failure . --verbose

- name: Run python tests
run: |
BUILD_DIR=./build \
PYTHONPATH=test/:scripts/ \
pytest \
test/capgen_test/capgen_test_reports.py \
test/advection_test/advection_test_reports.py \
test/ddthost_test/ddthost_test_reports.py \
test/var_compatibility_test/var_compatibility_test_reports.py

- name: Run Fortran to metadata test
run: cd test && ./test_fortran_to_metadata.sh

Expand Down
127 changes: 0 additions & 127 deletions test/advection_test/advection_test_reports.py

This file was deleted.

152 changes: 0 additions & 152 deletions test/capgen_test/capgen_test_reports.py

This file was deleted.

Loading
Loading