Skip to content

Commit

Permalink
Validate DescribeFeatureType request
Browse files Browse the repository at this point in the history
  • Loading branch information
edpop committed Oct 13, 2020
1 parent a865de0 commit d6ccb23
Show file tree
Hide file tree
Showing 3 changed files with 1,805 additions and 5 deletions.
1 change: 1 addition & 0 deletions nextgisweb/wfsserver/test/test_xml_valid.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def service_id(ngw_resource_group):

@pytest.mark.parametrize('version, query', product(TEST_WFS_VERSIONS, (
dict(request='GetCapabilities'),
dict(request='DescribeFeatureType'),
dict(request='GetFeature', typenames='test'),
)))
def test_xml_valid(version, query, service_id, ngw_webtest_app, ngw_auth_administrator):
Expand Down
Loading

0 comments on commit d6ccb23

Please sign in to comment.