Exemplo n.º 1
0
	def test_gui_init_none_3(self):
		gui_handler = gui.Gui()
		assert gui_handler.ezyrb_handler == None
Exemplo n.º 2
0
	def test_gui_init_none_1(self):
		gui_handler = gui.Gui()
		assert gui_handler.label_new_mu == None
Exemplo n.º 3
0
	def test_gui_init_none_2(self):
		gui_handler = gui.Gui()
		assert gui_handler.label_error == None
Exemplo n.º 4
0
	def test_gui_init_all(self):
		gui.Gui()
Exemplo n.º 5
0
	def test_gui_init_string_11(self):
		gui_handler = gui.Gui()
		assert gui_handler.finish_label.get() == ''
Exemplo n.º 6
0
	def test_gui_init_none_5(self):
		gui_handler = gui.Gui()
		assert gui_handler.img == None
Exemplo n.º 7
0
	def test_gui_init_none_7(self):
		gui_handler = gui.Gui()
		assert gui_handler.label_parsing_file == None
Exemplo n.º 8
0
	def test_gui_init_string_6(self):
		gui_handler = gui.Gui()
		assert gui_handler.url == 'https://github.com/mathLab/EZyRB'
Exemplo n.º 9
0
	def test_gui_init_string_7(self):
		gui_handler = gui.Gui()
		assert gui_handler.tria_path.get() == ''
Exemplo n.º 10
0
	def test_gui_init_string_4(self):
		gui_handler = gui.Gui()
		assert gui_handler.namefile_prefix.get() == ''
Exemplo n.º 11
0
	def test_gui_init_string_5(self):
		gui_handler = gui.Gui()
		assert gui_handler.file_format.get() == ''
Exemplo n.º 12
0
	def test_gui_init_string_3(self):
		gui_handler = gui.Gui()
		assert gui_handler.weights_name.get() == ''
Exemplo n.º 13
0
	def test_gui_init_string_2(self):
		gui_handler = gui.Gui()
		assert gui_handler.output_name.get() == ''
Exemplo n.º 14
0
	def test_gui_main(self):
		interface = gui.Gui()
		interface.main()
Exemplo n.º 15
0
	def test_gui_init_none_4(self):
		gui_handler = gui.Gui()
		assert gui_handler.logo_label == None
Exemplo n.º 16
0
	def test_gui_init_string_8(self):
		gui_handler = gui.Gui()
		assert gui_handler.parsing_file_path.get() == ''
Exemplo n.º 17
0
	def test_gui_init_string_1(self):
		gui_handler = gui.Gui()
		assert gui_handler.root.title() == 'EZyRB'
Exemplo n.º 18
0
	def test_gui_init_string_9(self):
		gui_handler = gui.Gui()
		assert gui_handler.new_mu.get() == ''
Exemplo n.º 19
0
	def test_gui_init_none_6(self):
		gui_handler = gui.Gui()
		assert gui_handler.label_tria == None
Exemplo n.º 20
0
	def test_gui_init_string_10(self):
		gui_handler = gui.Gui()
		assert gui_handler.outfilename.get() == ''
Exemplo n.º 21
0
	def test_gui_init_none_8(self):
		gui_handler = gui.Gui()
		assert gui_handler.label_finish_online == None
Exemplo n.º 22
0
	def test_gui_init_bool_1(self):
		gui_handler = gui.Gui()
		assert gui_handler.is_scalar_switch.get() == False