Coverage for tests/test_plugin.py: 100.00%

3 statements  

« prev     ^ index     » next       coverage.py v7.3.1, created at 2023-09-21 14:52 +0200

1"""Tests for the `plugin` module.""" 

2 

3from pdm.core import main 

4 

5 

6def test_multirun() -> None: 

7 """Basic run.""" 

8 main(["multirun", "python", "-V"])