Open
Description
This is an awesome library - thanks for creating and maintaining it!
If I have a markdown doc that has 2 code snippets, is there any way to mark that the second one relies on the first one and therefore, in order to test the second example you need to take the code from the first example too?
E.g. test.md
You can import environment variables like this:
import os
s.environ.get("MY_ENV_VAR")
And you can also specify a default value:
s.environ.get("MY_ENV_VAR", "default")
Metadata
Metadata
Assignees
Labels
No labels