22 lines
468 B
Python
22 lines
468 B
Python
# -*- coding: utf-8 -*-
|
|
# import pytest
|
|
|
|
|
|
# class Test_GUI(object):
|
|
# pass
|
|
|
|
# @pytest.mark.dependency()
|
|
# def test_import():
|
|
# import ed_lrr_gui
|
|
# from ed_lrr_gui.main import main
|
|
# import ed_lrr_gui.gui as ED_LRR_GUI
|
|
|
|
|
|
# @pytest.mark.dependency(depends=["test_import"])
|
|
# def test_search_works():
|
|
# import ed_lrr_gui
|
|
|
|
|
|
# @pytest.mark.dependency(depends=["test_import"])
|
|
# def test_zero_range_fails():
|
|
# import ed_lrr_gui
|