Skip to content

Commit

Permalink
added and updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Jörg Bibiko committed Oct 12, 2020
1 parent a52f357 commit bb3f80a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import pytest

8 changes: 8 additions & 0 deletions tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
('get_dt', '/values?parameter=1-222'),
('get_html', '/languages/182.snippet.html'),
('get_html', '/languages/128.snippet.html?parameter=962'),
('get_html', '/sources'),
('get_html', '/sources/ainsworth1923'),
('get_html', '/sources/ainsworth1923.snippet.html'),
('get_html', '/valuesets/1-210-234'),
('get_html', '/values'),
('get_html', '/contributions'),
('get_html', '/contributors?sSearch_1=Consultant'),
('get_html', '/chapters'),
])
def test_pages(app, method, path):
getattr(app, method)(path)
3 changes: 0 additions & 3 deletions tests/test_selenium.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from __future__ import unicode_literals

import time

import pytest


Expand Down

0 comments on commit bb3f80a

Please sign in to comment.