Skip to content

Commit b86052a

Browse files
authored
Move example generation in repo (#666)
This moves example generation to pre-commit.
1 parent 0a51b41 commit b86052a

10 files changed

+1109
-104
lines changed

.generator/conftest.py

+475
Large diffs are not rendered by default.

.generator/poetry.lock

+247-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.generator/pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ click = "8.0.1"
1111
PyYAML = "6.0"
1212
jsonref = "0.2"
1313
jinja2 = "3.0.3"
14+
pytest = "^7.1.1"
15+
pytest-bdd = "^5.0.0"
16+
python-dateutil = "2.8.2"
1417

1518
[tool.poetry.dev-dependencies]
1619

0 commit comments

Comments
 (0)