Skip to content

Commit

Permalink
Merge pull request #521 from cehbrecht/skip-wpsserver
Browse files Browse the repository at this point in the history
removed unused wpsserver.py
  • Loading branch information
cehbrecht authored Feb 14, 2020
2 parents dd7db7b + b856d0b commit d05483d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 54 deletions.
9 changes: 0 additions & 9 deletions pywps/inout/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,12 +994,3 @@ def get_url(self):
(_, _, url) = self.storage.store(self)
# url = self.storage.url(self)
return url


if __name__ == "__main__":
import doctest
from pywps.wpsserver import temp_dir

with temp_dir() as tmp:
os.chdir(tmp)
doctest.testmod()
10 changes: 0 additions & 10 deletions pywps/validator/complexvalidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,3 @@ def _get_schemas_home():
"schemas")
LOGGER.debug('Schemas directory: {}'.format(schema_dir))
return schema_dir


if __name__ == "__main__":
import doctest

from pywps.wpsserver import temp_dir

with temp_dir() as tmp:
os.chdir(tmp)
doctest.testmod()
34 changes: 0 additions & 34 deletions pywps/wpsserver.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_ows.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from pywps.dependencies import ogr
from pywps.exceptions import NoApplicableCode
from pywps import get_ElementMakerForVersion
from pywps.wpsserver import temp_dir
import pywps.configuration as config
from pywps.tests import client_for, assert_response_success, service_ok

Expand Down

0 comments on commit d05483d

Please sign in to comment.