-
-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix documentation links and add missing sections
Co-Authored-By: jason@jxnl.co <jason@jxnl.co>
- Loading branch information
1 parent
8b65edb
commit 5a6064b
Showing
12 changed files
with
312 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import pytest # noqa: F401 | ||
from _pytest.config import Config | ||
|
||
def pytest_configure(config: Config) -> None: | ||
config.addinivalue_line( | ||
"markers", | ||
"requires_openai: mark test as requiring OpenAI API credentials", | ||
) | ||
config.addinivalue_line( | ||
"markers", | ||
"requires_mistral: mark test as requiring Mistral API credentials", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.