Currently the test database for async is created in /tmp/ . This patch create a temporary directory with TempDirectory to store database and then cleanup this directory.
[x] I'd like to contribute [feature X|bugfix Y|docs|something else] to PyWPS. I confirm that my contributions to PyWPS will be compatible with the PyWPS license guidelines at the time of contribution.
[x] I have already previously agreed to the PyWPS Contributions and Licensing Guidelines
Overview
Currently the test database for async is created in /tmp/ . This patch create a temporary directory with TempDirectory to store database and then cleanup this directory.
This PR depend on #681 to work flawlessly
Related Issue / Discussion
Additional Information
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)