Skip to content

Commit 56e6030

Browse files
authored
Merge pull request #35 from AllenNeuralDynamics/feat-allow-group-names
Allow `Suites` to be grouped in `Runner`
2 parents 99ef691 + 4e4bf37 commit 56e6030

File tree

5 files changed

+342
-104
lines changed

5 files changed

+342
-104
lines changed

docs/_regenerate_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626

2727
def on_pre_build(config):
28+
"""Mkdocs pre-build hook."""
2829
main()
2930

3031

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ ignore-init-method = true
9494
ignore-magic = true
9595
ignore_module = true
9696
fail-under = 100
97-
exclude = ["__init__.py", "tests", "docs", "build", "setup.py", "examples"]
97+
exclude = ["__init__.py", "tests", "docs", "build", "setup.py", "examples", "site"]

0 commit comments

Comments
 (0)