aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli.py')
-rw-r--r--tests/test_cli.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test_cli.py b/tests/test_cli.py
deleted file mode 100644
index 7f08010..0000000
--- a/tests/test_cli.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from click.testing import CliRunner
-
-from dotfiles import __version__
-from dotfiles.cli import version
-
-
-def test_version():
- runner = CliRunner()
- result = runner.invoke(version)
- assert ('dotfiles v%s\n' % __version__) == result.output