Coverage for /opt/homebrew/lib/python3.11/site-packages/_pytest/config/exceptions.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.2.3, created at 2023-05-04 13:14 +0700

1from _pytest.compat import final 

2 

3 

4@final 

5class UsageError(Exception): 

6 """Error in pytest usage or invocation.""" 

7 

8 

9class PrintHelp(Exception): 

10 """Raised when pytest should print its help to skip the rest of the 

11 argument parsing and validation."""