2020-03-28 13:53:52 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# import pytest
|
2020-02-05 23:23:23 +00:00
|
|
|
|
|
|
|
|
2020-03-28 13:53:52 +00:00
|
|
|
# class Test_GUI(object):
|
|
|
|
# pass
|
2020-02-05 23:23:23 +00:00
|
|
|
|
2020-03-28 13:53:52 +00:00
|
|
|
# @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
|
2020-02-05 23:23:23 +00:00
|
|
|
|
|
|
|
|
2020-03-28 13:53:52 +00:00
|
|
|
# @pytest.mark.dependency(depends=["test_import"])
|
|
|
|
# def test_search_works():
|
|
|
|
# import ed_lrr_gui
|
2020-02-05 23:23:23 +00:00
|
|
|
|
2020-03-28 13:53:52 +00:00
|
|
|
|
|
|
|
# @pytest.mark.dependency(depends=["test_import"])
|
|
|
|
# def test_zero_range_fails():
|
|
|
|
# import ed_lrr_gui
|