Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor test structure #1024

Closed
wants to merge 11 commits into from
Closed

Refactor test structure #1024

wants to merge 11 commits into from

Conversation

nejch
Copy link
Member

@nejch nejch commented Feb 20, 2020

This PR:

  1. puts all tests into a common structure so that only utility scripts stay inside tools:
├── tests
│   ├── functional
│   │   ├── data
│   └── unit
│       ├── data
│       ├── objects
├── tools
  1. Uses pytest as the test runner for unit tests (but keeps unittest Testcases for now)

@nejch nejch closed this Aug 23, 2020
@nejch nejch deleted the refactor/test-structure branch August 23, 2020 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant