You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
importoss.environ.get("MY_ENV_VAR")
And you can also specify a default value:
s.environ.get("MY_ENV_VAR", "default")
The text was updated successfully, but these errors were encountered:
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:
And you can also specify a default value:
The text was updated successfully, but these errors were encountered: