rartino / python-optimade-server

Python OPTIMADE Candidate Reference Implementation
MIT License
1 stars 3 forks source link

Add tests of running the webserver hosting the API to the unittests #4

Closed rartino closed 5 years ago

rartino commented 5 years ago

Right now the coverage of the unittests is mostly testing the parser. It would be good to test that hosting the API using the built-in Python webserver and run a few simple queries works as expected.

rartino commented 5 years ago

This is now addressed by the series of commits ending with 84457091c7ec0db52a7e034bb6a7cd4bcbdd4e57. However, lots of more work is needed to create unit tests with good coverage and validation of all aspects of the specfication.