tangled
alpha
login
or
join now
dekker.one
/
Fourmi
0
fork
atom
A web scraper build to search specific information for a given compound (and its pseudonyms)
0
fork
atom
overview
issues
pulls
pipelines
This config file is just a sample
dekker.one
11 years ago
b71d22b0
88a1390d
+1
-1
2 changed files
expand all
collapse all
unified
split
GUI
gui.cfg.sample
tests
test_gui.py
GUI/gui.cfg
GUI/gui.cfg.sample
+1
-1
tests/test_gui.py
···
7
7
pass
8
8
9
9
def test_empty_attributes(self):
10
10
-
self.test_gui = gui.GUI(None, '../GUI/gui.cfg')
10
10
+
self.test_gui = gui.GUI(None, '../GUI/gui.cfg.sample')
11
11
self.test_gui.window.after(9, self.test_gui.prepare_search)
12
12
self.test_gui.window.after(11, self.test_gui.window.destroy)
13
13
self.test_gui.run()