From 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Feb 2021 19:17:00 -0500 Subject: New upstream version 8.1.2. --- tests/test_commands.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/test_commands.py (limited to 'tests/test_commands.py') diff --git a/tests/test_commands.py b/tests/test_commands.py deleted file mode 100644 index d70d164..0000000 --- a/tests/test_commands.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals, absolute_import - -import os -import sys - -import unittest - -from nikola.plugins.command.version import CommandVersion - - -class CommandVersionCallTest(unittest.TestCase): - def test_version(self): - """Test `nikola version`.""" - CommandVersion().execute() -- cgit v1.2.3