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

Separate the unit tests from the post build tests #503

Open
YonatanKra opened this issue Oct 8, 2020 · 0 comments
Open

Separate the unit tests from the post build tests #503

YonatanKra opened this issue Oct 8, 2020 · 0 comments
Labels
CI/TDD/DevOps discussion A discussion is taking place, please don't work on it yet

Comments

@YonatanKra
Copy link
Collaborator

Currently, the test command runs all tests.
The problem is - some tests are unit tests, and some are relevant only after a new build.
The post build tests reside in the src/askscript/__test__.
Unit tests are all the rest.
Need to separate the two types of tests.
Maybe even take out the post build tests outside the src folder.

@YonatanKra YonatanKra added the discussion A discussion is taking place, please don't work on it yet label Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/TDD/DevOps discussion A discussion is taking place, please don't work on it yet
Projects
None yet
Development

No branches or pull requests

2 participants