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

Testing enhancements #49

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

m-dzianishchyts
Copy link
Contributor

@m-dzianishchyts m-dzianishchyts commented Oct 11, 2024

What does this PR do?

  • Refactors unit tests of jupyter-jvm-basekernel updating JUnit4 to JUnit5.
  • Provides basic environment for integration testing with use of jupyter console.
  • Provides some test cases which I find easy to implement at this moment.

All integration tests share the same container during a testing session. Each test makes the kernel start, do some stuff and terminate.

Closes #43.
Closes #26.

@m-dzianishchyts m-dzianishchyts marked this pull request as ready for review October 26, 2024 00:44
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.

Upgrade tests to JUnit 5 Unit test environment
1 participant