flaxandteal / dewret

DEclarative Workflow REndering Tool
Apache License 2.0
1 stars 0 forks source link

Investigate testing of documented examples in CI #46

Open elleryames opened 1 month ago

elleryames commented 1 month ago

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 commented 1 month ago

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