django-cms / djangocms-transfer

django CMS Transfer allows you to export and import plugins.
https://www.django-cms.org
Other
19 stars 19 forks source link

add tests for the project #34

Closed wfehr closed 2 months ago

wfehr commented 4 months ago

Follow-up on #33. Main goal is to implement (at least basic) tests for the functionality of this project, i.e. export and re-import plugins.

wfehr commented 4 months ago

pushed some changes for a better test-environment in https://github.com/wfehr/djangocms-transfer/tree/testify

I used django[cms]-time-wizard as a reference where I did this setup a while ago. I oriented that setup on other projects, I don't remember which exactly.

wfehr commented 2 months ago

First basic-test infrastructure went live with version 1.0.2. There are some skipped tests regarding import-forms, but this can be implemented in a future version.