Skip to content

Commit 6eba265

Browse files
authored
🚚 Rename test to corner-cases to make it more explicit (#1083)
1 parent 0b89650 commit 6eba265

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

tests/test_compat/__init__.py

Whitespace-only changes.

tests/test_compat/test_option_get_help.py renamed to tests/test_corner_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typer.core
22
from typer.testing import CliRunner
33

4-
from tests.assets import compat_click7_8 as mod
4+
from tests.assets import conrner_cases as mod
55

66
runner = CliRunner()
77

0 commit comments

Comments
 (0)