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

PR: Clarify test error message #519

Merged
merged 2 commits into from
Oct 17, 2024
Merged

PR: Clarify test error message #519

merged 2 commits into from
Oct 17, 2024

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Oct 15, 2024

And precompute the delta-time as pytest's:

assert (1728139272.6514266 - 1728139262.6307526) < 5

Is not super useful to know how long the timeout was.

In particular it allos us to see in ipykernels' main branch that the delta is >=10s, so that the interrupt call is not properly handled.

And precompute the delta-time as pytest's:
> assert (1728139272.6514266 - 1728139262.6307526) < 5

Is not super useful to know how long the timeout was.

In particular it allos us to see in ipykernels' main branch that the
delta is >=10s, so that the interrupt call is not properly handled.
@ccordoba12 ccordoba12 changed the title Clarify test error rmessage. PR: Clarify test error message Oct 16, 2024
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a simple suggestion for you @Carreau.

spyder_kernels/console/tests/test_console_kernel.py Outdated Show resolved Hide resolved
@ccordoba12 ccordoba12 added the type:Task This may not result in features but maybe work on CI for example label Oct 16, 2024
@ccordoba12 ccordoba12 modified the milestones: v3.0.1, v3.1.0 Oct 16, 2024
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Carreau!

@ccordoba12 ccordoba12 merged commit 4e554db into spyder-ide:master Oct 17, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Task This may not result in features but maybe work on CI for example
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants