labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
53 stars 10 forks source link

Implement auto test for set methods #26

Closed Aurelien-Pin closed 3 years ago

Aurelien-Pin commented 3 years ago

After implementing https://github.com/labs4capella/python4capella/issues/20, we will need to have auto test for both get and set methods

ylussaud commented 3 years ago

All tests not marked as read only in the generator already test the read/write using a getter and a setter. This is done outside of the Capella session, I will add a test that perform a test for a setter in the context of Capella.

ylussaud commented 3 years ago

Can we close this issue with the new set test in the context of Capella ?