Skip to content

refactor: unit tests #36

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

Merged
merged 1 commit into from
Feb 8, 2019
Merged

refactor: unit tests #36

merged 1 commit into from
Feb 8, 2019

Conversation

dtopuzov
Copy link
Contributor

@dtopuzov dtopuzov commented Feb 7, 2019

Split core_tests on:

  • unit tests (we can run them on Travis CI)
  • e2e tests (we can not run them on Travis CI)

Some of product tests are also in unit tests (for example unit tests for log messages).

Execute all unit tests (instead of all utils tests) on Travis CI.

Notes:

  • Some of the tests for sync massages are ignored because this feature is work in progress, but the plan is to enable them when they are green.

Split `core_tests` on unit and e2e tests.

Some of product tests are also in unit tests (for example unit tests for log messages).

Execute all unit tests (instead of all utils tests) on Travis CI.

Notes:
- Some of the tests for sync massages are ignored because this feature is work in progress, but the plan is to enable them when they are green.
@dtopuzov dtopuzov merged commit 5d93319 into master Feb 8, 2019
@dtopuzov dtopuzov deleted the dtopuzov/refactor-core-tests branch February 11, 2019 10:55
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.

1 participant