ral-facilities / inventory-management-system-api

Apache License 2.0
0 stars 0 forks source link

Update catalogue category property e2e tests following refactor #377

Open joelvdavies opened 3 weeks ago

joelvdavies commented 3 weeks ago

Following on from #376. test_catalogue_category_property.py is where I first tried out the method used throughout the test refactoring. It should be updated to ensure it is similar to the rest now that they are all complete.

E.g. should probably inherit from the item CreateDSL.

joelvdavies commented 3 weeks ago

Should be able to remove add_ids_to_properties from test/conftest.py afterwards.