RNAProduct: extend seq() tests
1. Since, like transcript() and unlike most getters, seq() potentially triggers database lookups, put all its tests near transcript ones(); 2. Make sure everything is prepared so that running test_getter_setter() on seq() works in local-only mode; 3. Add a test checking for an exception being thrown in the event of seq() neither having a local sequence nor being able to retrieve one from the database; 4. Add an online test.
parent
3584199d
No related branches found
No related tags found
Please register or sign in to comment