Skip to content

Testing enhancements #49

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 11 commits into from
Feb 11, 2025
Merged

Testing enhancements #49

merged 11 commits into from
Feb 11, 2025

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
@stariy95 stariy95 merged commit 78dbc4e into dflib:main Feb 11, 2025
3 checks passed
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
2 participants