From 38b492123f297523fbd24e1c5e421a43d0d38a65 Mon Sep 17 00:00:00 2001 From: Dr Azad Rasul Date: Thu, 18 Jan 2024 00:33:46 +0300 Subject: [PATCH] Delete tests/test_pylst.py --- tests/test_pylst.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/test_pylst.py 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."""