psss / python-nitrate

Python API for the Nitrate test case management system
GNU Lesser General Public License v2.1
9 stars 25 forks source link

Support updating test case setup, actions, breakdown and expected results #23

Open psss opened 4 years ago

psss commented 4 years ago

Currently the test case fields related to manual test execution are read-only. There seems to be an API function TestCase.store_text() which should support updating these fields. Let's make them read-write as well.