-
Notifications
You must be signed in to change notification settings - Fork 68
[PLT-0] Fix Integration Tests #1699
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
Conversation
20fa9a1
to
19df06a
Compare
1d529c4
to
91be53a
Compare
@@ -25,7 +25,7 @@ | |||
|
|||
""" | |||
|
|||
|
|||
@pytest.mark.order(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and why is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is very slow, this guarantees it runs first (given all tests that you may be running) to prioritize it to optimize testing time
74b2d2a
to
6fcae4d
Compare
515f2ab
to
839035a
Compare
839035a
to
7815ca0
Compare
@@ -259,7 +198,7 @@ def validate_iso_format(date_string: str): | |||
assert parsed_t.minute is not None | |||
assert parsed_t.second is not None | |||
|
|||
|
|||
@pytest.mark.order(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are to note to run first because they are slower
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Type of change
Please delete options that are not relevant.
Changes to Core Features