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

Enable tests to be run independently #7

Open
ialarmedalien opened this issue Jul 31, 2020 · 1 comment
Open

Enable tests to be run independently #7

ialarmedalien opened this issue Jul 31, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ialarmedalien
Copy link
Collaborator

ialarmedalien commented Jul 31, 2020

Each set of tests (/spec/test; /relation_engine_server/test; /importers/test; /client_src/test) should be runnable on its own, including performing the appropriate set up (schema loading, etc.) for the db. Ensure that the test classes/test suites do the correct set up and that tests can be run in any order.

@jayrbolton jayrbolton added the enhancement New feature or request label Aug 3, 2020
@jayrbolton
Copy link
Contributor

A feature I would like to have is the ability to run unit tests separately from integration tests, where the unit tests run very fast (so we can get a faster development feedback loop). Unit tests should import and test python code directly without running any docker containers or servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants