openknowledge-archive / dpr-api

DEPRECATED - Data Package Registry API and Frontend
http://frictionlessdata.io/
MIT License
7 stars 6 forks source link

Add tests for data package publish #342

Closed zelima closed 7 years ago

zelima commented 7 years ago

currently tests cover only PUT method for publishing data package on api/<publisher>/<package> endpoint. We do not have any test for POST (taging) method on api/<publisher>/<package>/tag that is actually used for publishing packages. As we removed PUT method for publishing packages now we are out of tests.

Tasks

zelima commented 7 years ago

INVALID we do actually have tests for tagging therefore for publishing