Coverage for tests/commands/cli/test_sample_config.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-02-09 12:09 +0100

1from __future__ import annotations 

2 

3 

4def test_sample_config(invoke): 

5 result = invoke(["sample-config"]) 

6 assert result.exit_code == 0