summaryrefslogtreecommitdiffstats
path: root/tests/test_core.py
blob: 10e3b6c076f7133fdee700eb4028f8b8df864b3a (plain) (blame)
1
2
3
4
5
6
7
import pytest

from pydanclick import core


def test_generate_cli_option_ok():
    assert True
remember that computers suck.