Skip to content
Snippets Groups Projects
Commit 3fedbf9f authored by Martin Burchell's avatar Martin Burchell
Browse files

Moved test tab into own file

parent f0cd0538
No related branches found
No related tags found
2 merge requests!23Tabbed view header styling,!22Tabbed page
import pytest
class TestTab(object):
def __init__(self, template_name=None):
self.template_name = template_name
@pytest.fixture
def tab():
return TestTab()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment