Direct4Ag / ag-services

1 stars 0 forks source link

add testing structure and example test #1

Open diegoac2 opened 2 years ago

diegoac2 commented 2 years ago

find an appropriate test structure and add tests

navarroc commented 2 years ago

For this task, let's keep it as simple as possible.

  1. Find a test layout we like to get the folder structure defined
  2. Add a single test to test "something", even if it's not relevant to the service, just to verify the tests run correctly.
  3. Add a Github action to run the test. See pyincore pytest.yml for an example.