tapis-project / pods_service

Network Accessible Pods API.
https://tapis.readthedocs.io/en/latest/technical/pods.html
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Added input validator for desc field, checking for description length… #27

Closed jasonthekim closed 1 year ago

jasonthekim commented 1 year ago

… < 255 characters and uses only alphanumeric and valid special characters (!.?@#) in service/models.py.

Also wrote two unit tests in tests/tests_base.py: