qinling/qinling/tests/unit/api/controllers/v1
Lingxian Kong 917132a19c Function versioning API: delete
When deleting a function version:

- The version should not being used by any job
- The version should not being used by any webhook
- Function latest_version should be updated if the version in request equals
  to latest_version

Story: #2001829
Task: #14349
Change-Id: I5511304e04bec8f404d7224a6489b65d6a765316
2018-04-19 17:26:44 +12:00
..
__init__.py Add basic unit test structure 2017-07-04 14:34:53 +12:00
test_execution.py Function versioning API: delete 2018-04-19 17:26:44 +12:00
test_function.py Function versioning API: delete 2018-04-19 17:26:44 +12:00
test_function_version.py Function versioning API: delete 2018-04-19 17:26:44 +12:00
test_function_worker.py Function versioning API: delete 2018-04-19 17:26:44 +12:00
test_job.py Function versioning API: delete 2018-04-19 17:26:44 +12:00
test_runtime.py Function versioning API: delete 2018-04-19 17:26:44 +12:00
test_webhook.py Function versioning API: delete 2018-04-19 17:26:44 +12:00