Ver código fonte

Don't run the deps-tests by default

default_compile_flags
vector-of-bool 4 anos atrás
pai
commit
5d0aef7834
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      tests/deps/deps_test.py

+ 1
- 2
tests/deps/deps_test.py Ver arquivo

@@ -524,7 +524,6 @@ add_cases(
## ## ## ## ##
## ###### ######
"""
CASES = []
add_cases(
'pcg-cpp', 'pcg/pcg-cpp', ['auto'], r'''
#include <pcg_random.hpp>
@@ -538,7 +537,7 @@ add_cases(
''')


# @pytest.mark.deps_test
@pytest.mark.deps_test
@pytest.mark.parametrize('case', CASES, ids=[c.dep for c in CASES])
def test_dep(case: DepsCase, dds: DDS) -> None:
case.setup_root(dds)

Carregando…
Cancelar
Salvar