Skip to content

Resolve "Re-organize the actual tests"

William Armando Munoz requested to merge 120-re-organize-the-actual-tests into master

Description

Re-organize the existing tests into integration and unittest directories. Empty unittests need to be added mirroring the structure of icet architecture.

Summary of changes

  • Separate tests into different directories: integration and unittest.
  • Restructure both according to icet design
  • Empty unittests have been added to cover all existing module in icet/core
  • Set up tests/main.py (as it was implemented in hiphive) to run both integration tests and unit tests at once.

Additional information

For more details about this new testing structure look at issue #120 (closed) description.

Closes #120 (closed)

Merge request reports