()
| 6 | |
| 7 | |
| 8 | def get_docdir(): |
| 9 | # assuming that documentation tests are run from a source |
| 10 | # directory |
| 11 | return os.path.abspath(os.path.join( |
| 12 | os.path.dirname(__file__), |
| 13 | '..', '..', '..', |
| 14 | 'doc', 'source', 'f2py', 'code')) |
| 15 | |
| 16 | |
| 17 | pytestmark = pytest.mark.skipif( |
no test coverage detected