marcoarthur / zotero-pl

DBIC wrapper to access personal Zotero library
0 stars 0 forks source link

Plan to organized test suite #2

Open marcoarthur opened 1 week ago

marcoarthur commented 1 week ago

As we add some features to the ResultSet classes and ResultClass and build more documentation around the DataSet. We Also need to write the automated tests. But before we start we need some planning for the test suite we should Place, and some organization of the tests.

  1. Unit and Integration

Those are tests we often want to build, but in this case we need well establish fixtures to be included. We can have a copy of our own system, or a fresh one, or maybe a blend of both.

  1. Github actions

We need setup the workflow with actions to be CI friendly