3 Commits (458f48a8f7e5cd30d36d6be59c3b58b366875cc8)

Author SHA1 Message Date
Peery 458f48a8f7 Fixed rare bug in tests
Fixed a rare bug in create_delete_art.py when deleting entries. In some circumstances it would still report to be successful while failing to delete.
2 years ago
Peery b8e07eb528 Introduced URL encoding, Art2Presence relations
URL parameters are now URL decoded by the webservice
The tests now URL encode the parameters for every request.

Art2Presence relations are now creatable with POST requests to /artnet/metadata/art and listing the presences in the body.

Art2Presence tests have been introduced with relate_art.py

Also updated column name artist.description artist.name to fit a db schema update.
2 years ago
Peery 5a8b88202e Added Unit Tests to test the WebService
Added scripts to test various API calls of the webservice by creating, modifying and deleting entries from a test database of ArtNet. Do NOT use those on production.
3 years ago