- 16 Sep, 2021 1 commit
-
-
Timo Koch authored
-
- 20 Apr, 2021 3 commits
-
-
Dominic Kempf authored
Allow to test read-only targets See merge request !140
-
Santiago Ospina De Los Ríos authored
Read-only targets do not allow to set any property. This change allows to pass read-only targets to the add_system_test_per_target function
-
Dominic Kempf authored
Test a custom PyPI implementation See merge request !138
-
- 27 Jan, 2021 4 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- 26 Jan, 2021 2 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- 25 Jan, 2021 1 commit
-
-
Dominic Kempf authored
Flake testing See merge request !136
-
- 20 Jan, 2021 3 commits
-
-
Dominic Kempf authored
It was used to get a runner which whitelisted PyPI, but I think nowadays with Python being a bigger thing the shared runners do that as well.
-
Dominic Kempf authored
-
Dominic Kempf authored
Switch from pytest-pep8 to pytest-flake8. Also, introduce temporary fix for Python testing.
-
- 26 Oct, 2020 1 commit
-
-
Dominic Kempf authored
5 years should be enough for this one.
-
- 15 May, 2020 5 commits
-
-
-
-
-
[python][scripts] Allow keys to be either in the vtk subsection or in the wrapper.vtkcompare section
-
-
- 17 Feb, 2020 2 commits
-
-
Dominic Kempf authored
Merge branch 'bugfix/add-latex-target-correctly' into 'master' See merge request [!130] [!130]: Nonequality/dune-testtools/merge_requests/130
-
Dominic Kempf authored
Merge branch 'feature/remove-deprecated-python-version-check' into 'master' ref:quality/dune-testtools Deprecated upstream. See merge request [!129] [!129]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/129
-
- 13 Feb, 2020 3 commits
- 07 Jan, 2020 2 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
Merge branch '135-support-system-tests-with-pseudo-cmake-targets' into 'master' ref:quality/dune-testtools This MR resolves [#135] by not passing the executable key and argument (`--exec <arg>`) to the python script if the passed target is not an executable. This way, executables in other directories will keep working as well as for custom targets with custom wrappers. Closes [#135] See merge request [!127] [#135]: gitlab.dune-project.org/NoneNone/issues/135 [!127]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/127 Closes #135
-
- 27 Sep, 2019 2 commits
-
-
Santiago Ospina De Los Ríos authored
Revert "[python][scripts] Allow keys to be either in the vtk subsection or in the wrapper.vtkcompare section" This reverts commit 9341bf68.
-
Santiago Ospina De Los Ríos authored
[python][scripts] Allow keys to be either in the vtk subsection or in the wrapper.vtkcompare section
-
- 11 Sep, 2019 1 commit
-
-
Santiago Ospina De Los Ríos authored
-
- 05 Sep, 2019 2 commits
-
-
Dominic Kempf authored
Merge branch 'bugfix/test-executable-from-other-directories' into 'master' See merge request [!124] [!124]: Nonequality/dune-testtools/merge_requests/124
-
Dominic Kempf authored
-
- 29 Aug, 2019 1 commit
-
-
Dominic Kempf authored
-
- 24 Jul, 2019 1 commit
-
-
Dominic Kempf authored
Merge branch 'feature/avoid-stdout-in-python-cmake-interface' into 'master' ref:quality/dune-testtools stdout may always be cluttered with warnings etc. and is not a robust tool in interfacing information into CMake. This fixes [#134] See merge request [!123] [#134]: gitlab.dune-project.org/NoneNone/issues/134 [!123]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/123 Closes #134
-
- 23 Jul, 2019 3 commits
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
stdout may always be cluttered with warnings etc. and is not a robust tool in interfacing information into CMake.
-
- 12 Oct, 2018 2 commits
-
-
Dominic Kempf authored
Merge branch 'feature/escapable-curly-brackets' into 'master' ref:quality/dune-testtools Preventing key-dependent resolution. The use case I am implementing this for is quite expressive: ( ${CMAKE_CXX_COMPILER_ID} STREQUAL Clang ) AND ( {foo} STREQUAL bar ) \| cmake_guard Without this commit, meta ini would try to find replace CMAKE_CXX_COMPILER_ID. See merge request [!120] [!120]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/120
-
Dominic Kempf authored
Merge branch 'convergencetest/NaN' into 'master' ref:quality/dune-testtools Before, the test was passed if "calculated rate" = NaN because the if-condition for failure was not satisfied. See merge request [!119] [!119]: gitlab.dune-project.org/quality/dune-testtools/merge_requests/119
-
- 11 Oct, 2018 1 commit
-
-
Dominic Kempf authored
Preventing key-dependent resolution. The use case I am implementing this for is quite expressive: ( $\{CMAKE_CXX_COMPILER_ID\} STREQUAL Clang ) AND ( {foo} STREQUAL bar ) | cmake_guard Without this commit, meta ini would try to find replace CMAKE_CXX_COMPILER_ID.
-