We should never include an actual config file in our repository
This commit is contained in:
parent
b47d7d5e63
commit
4dcc8e6afe
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,7 +7,7 @@
|
||||
#may contain authentication information
|
||||
sources.cfg
|
||||
#Another of our config files
|
||||
GUI/gui.cfg
|
||||
GUI.cfg
|
||||
|
||||
#THINGS WE WOULD NEVER EVER WANT!
|
||||
#ignore thumbnails created by windows
|
||||
|
@ -7,7 +7,7 @@ class TestGUI(unittest.TestCase):
|
||||
pass
|
||||
|
||||
def test_empty_attributes(self):
|
||||
self.test_gui = gui.GUI(None, '../GUI/GUI.cfg', in_source=False)
|
||||
self.test_gui = gui.GUI(None, '../GUI.cfg.sample', in_source=False)
|
||||
self.test_gui.window.after(9, self.test_gui.prepare_search)
|
||||
self.test_gui.window.after(11, self.test_gui.window.destroy)
|
||||
self.test_gui.run()
|
||||
|
Reference in New Issue
Block a user