Skip to content

Testing changes to Easydata

Amy Wooding edited this page Sep 3, 2022 · 8 revisions

It's a bit of a rat's nest right now...but tests exist.

Testing basic cookie cutter functionality

There are tests that we inherited from cookiecutter-datascience.

pytest in tests will run it

Currently fails one of the tests because our directory structure is different. This needs to get fixed.

Testing everything else

Build an easydata project

  • locally: cookiecutter repo-location with the repo on the branch to be tested
  • in ci: See .circleci/config.yml and the setup section

Clone this wiki locally