packaging-scripts/tests/test_pacman.py
2024-05-12 01:11:00 -07:00

17 lines
351 B
Python
Executable File

# ========== Constants ==========
TESTING_MODULE = "packaging_scripts.pacman"
# ========== 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):