ArtNet-Webservice/tests/createAPI
Peery 245c8737d1 Added Tag models and basic tests
Added SQLAlchemy models for tag alias and implication relations.
Added test scripts to test basic tag functionalities. This does not include implication and alias which will have their own test scripts.
..
__init__.py Added Unit Tests to test the WebService
create_delete_art.py Introduced art description
create_delete_artist.py Introduced URL encoding, Art2Presence relations
create_delete_presence.py Introduced URL encoding, Art2Presence relations
create_delete_tag.py Added Tag models and basic tests
create_delete_tag_category.py Introduced TagCategory, bugfixes