17 lines
351 B
Python
Executable File
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):
|