Actions
Story #13995
open[Controller] Port "collection update" functional tests from Rails API to controller test suite
Status:
New
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
Port enough tests that we can then move the "update collection" functionality into the controller and be confident the resulting system still works.
- Rails functional tests
- Rails integration tests
- Some permission checks from the Rails unit tests ("only admin can do xyz")
We don't need to port all of the unit tests -- most of that should wait until we know what the units look like in Go. Focus on proper API request handling more than the underlying collection model behavior.
Since these APIs are (for now) implemented by proxying to Rails, the test can't rely on rolling back an entire-test transaction to avoid side effects. (It should be enough to call the "database reset" API in test teardown.)
Updated by Tom Clegg over 6 years ago
- Related to Story #9053: Port API server to Go added
Updated by Tom Clegg over 6 years ago
- Blocks Story #13997: [Controller] Port "collection update" API from Rails added
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
To Be Groomed)
Actions