Kratos icon indicating copy to clipboard operation
Kratos copied to clipboard

[Testing] c++ suite and python interface

Open miguelmaso opened this issue 3 years ago • 1 comments

Description Currently, there are two tests suites, c++ and Python, having different interfaces. In #9906 there is a draft for adding the c++ tests to the python interface. The transition is backward compatible, since it simply extends the python testing interface, but the cpp suite needs to be populated explicitly. The usage is very handy, eg:

python3 test_AppName.py -l cpp

There are some TODO's before merging #9906 (registering individual tests, verbosity, skipping if c++ tests are disabled), but I'd like to hear other opinions

@KratosMultiphysics/technical-committee , @KratosMultiphysics/implementation-committee

miguelmaso avatar Jul 29 '22 08:07 miguelmaso

For me OK

loumalouomega avatar Aug 01 '22 07:08 loumalouomega