Skip to content

Commit ceead4d

Browse files
committed
Test version on mac
1 parent d4c51f8 commit ceead4d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/unit/test_cli.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,8 @@ def test_create_existing_folder_interactive_multiple_attempts(
251251
'install_project': True,
252252
},
253253
)
254+
255+
256+
def test_older_mac():
257+
import platform
258+
raise Exception(platform.mac_ver())

0 commit comments

Comments
 (0)