-
Notifications
You must be signed in to change notification settings - Fork 0
Separate long duration tests #53
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
Labels
refactoring
Code improvement without behavior change
Comments
See annotation default_version_only=pytest.mark.skipif(
"EXASOL_VERSION" in os.environ and os.environ["EXASOL_VERSION"] != default_version,
reason="""...""",
) And see example for detecting keywords in commit messages in ai-lab's workflow check_ci.yaml.
See also pytest documentation:
|
ckunki
added a commit
that referenced
this issue
May 23, 2024
ckunki
added a commit
that referenced
this issue
May 27, 2024
* Display json definition of Saas API Co-authored-by: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the scope of issue #45 a test case was implemented and added to SAPIPY.
In consequence the duration of integration tests increased significantly.
To enable faster turn around cycles the current issue requests to
See documentation and discussions on GitHub
The text was updated successfully, but these errors were encountered: