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

Investigate testing of documented examples in CI #46

Open
elleryames opened this issue Jul 2, 2024 · 1 comment
Open

Investigate testing of documented examples in CI #46

elleryames opened this issue Jul 2, 2024 · 1 comment
Assignees

Comments

@elleryames
Copy link
Contributor

The examples presented in the documentation ( for example Quickstart : Usage : workflow.py ) are intended to be run in CI. However, before this example was fixed it seems that CI was passing.

For this task we should intentionally break one or more examples in docs and test CI.

For example, remove the type information from the example:

# workflow.py

from dewret.tasks import task

@task()
def increment(num):
    return num + 1
@elleryames
Copy link
Contributor Author

elleryames commented Jul 25, 2024

Quality goal but not a blocker for release/0.9.1
FYI: @KamenDimitrov97

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

No branches or pull requests

2 participants