()
| 22 | # Tests for CLI commands which call meson will fail if no compilers are present, these are to be skipped |
| 23 | |
| 24 | def compiler_check_f2pycli(): |
| 25 | if not util.has_fortran_compiler(): |
| 26 | pytest.skip("CLI command needs a Fortran compiler") |
| 27 | else: |
| 28 | f2pycli() |
| 29 | |
| 30 | ######################### |
| 31 | # CLI utils and classes # |
no outgoing calls
no test coverage detected
searching dependent graphs…