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

Reorganization of testing #6

Merged
merged 1 commit into from Dec 28, 2017
Merged

Reorganization of testing #6

merged 1 commit into from Dec 28, 2017

Conversation

Danconnolly
Copy link
Collaborator

Re-organized testing:

  • implemented maven failsafe integration testing, moved Store related tests
  • standardized travis instructions
  • added PostgreSQL and MySQL tests to travis

@coveralls
Copy link

Coverage Status

Coverage increased (+6.0%) to 77.273% when pulling b9f2fb3 on Danconnolly:reorgtests into 723f31d on bitcoinj-cash:cash.

@HashEngineering
Copy link
Collaborator

Why were some tests renamed from *Test to *IT?

@coveralls
Copy link

Coverage Status

Coverage increased (+5.9%) to 77.197% when pulling b9f2fb3 on Danconnolly:reorgtests into 723f31d on bitcoinj-cash:cash.

@Danconnolly
Copy link
Collaborator Author

The maven surefire plugin detects unit tests based on the class name matching *Test. The failsafe plugin detects integration tests based on the class name matching *IT (Integration Test).

@Danconnolly Danconnolly merged commit fc45406 into bitcoinj-cash:cash Dec 28, 2017
@Danconnolly Danconnolly deleted the reorgtests branch December 28, 2017 15:33
avilches pushed a commit to nchain-research/bitcoinj-cash that referenced this pull request May 8, 2018
)

Merging this in, it optimizes test execution.
Danconnolly added a commit to nchain-research/bitcoinj-cash that referenced this pull request May 14, 2018
)

Merging this in, it optimizes test execution.
Danconnolly added a commit that referenced this pull request May 15, 2018
Merging this in, it optimizes test execution.
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

3 participants