Skip to content

Commit

Permalink
fbshipit-source-id: a35cfb0b3bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichkautz committed Dec 13, 2024
1 parent b8f3c25 commit feb7f51
Show file tree
Hide file tree
Showing 3 changed files with 2,253 additions and 970 deletions.
8 changes: 2 additions & 6 deletions py/pytest/parsertest.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def test_fail_on_invalid_exit_code(self) -> None:
Result: 1 file(s) with 1 test(s): 0 succeeded, 1 failed and 0 skipped
""".format(
expected_line=self._expect_line()
),
""".format(expected_line=self._expect_line()),
error,
)

Expand All @@ -79,8 +77,6 @@ def test_validation_invalid_input(self) -> None:
Result: 1 file(s) with 1 test(s): 0 succeeded, 1 failed and 0 skipped
""".format(
expected_line=self._expect_line()
),
""".format(expected_line=self._expect_line()),
error,
)
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/theme-mermaid": "^3.1.0",
"@docusaurus/core": "^3.6.0",
"@docusaurus/preset-classic": "^3.6.0",
"@docusaurus/theme-mermaid": "^3.6.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-internaldocs-fb": "^1.18.3",
"docusaurus-plugin-internaldocs-fb": "^1.19.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
Loading

0 comments on commit feb7f51

Please sign in to comment.