packaging-scripts/tests/test_pacman.py

20 lines
354 B
Python
Raw Normal View History

2022-03-17 21:15:33 -07:00
# ========== Constants ==========
2024-03-02 17:42:26 -08:00
TESTING_MODULE = "packaging_scripts.pacman"
2022-03-17 21:15:33 -07:00
# ========== Unit Tests ==========
# class TestParseConfigFile(unittest.TestCase):
# def setUp(self):
# self.pat
#
# def tearDown(self):
#
#
# class TestListConfiguredRepos(unittest.TestCase):
# def setUp(self):
#
# def test_removes_one_element(self):