diff --git a/tests/test_pylst.py b/tests/test_pylst.py deleted file mode 100644 index 592f29f..0000000 --- a/tests/test_pylst.py +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env python - -"""Tests for `pylst` package.""" - - -import unittest - -from pylst import pylst - - -class TestPylst(unittest.TestCase): - """Tests for `pylst` package.""" - - def setUp(self): - """Set up test fixtures, if any.""" - - def tearDown(self): - """Tear down test fixtures, if any.""" - - def test_000_something(self): - """Test something."""