Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

conftest.py 205 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. from click.testing import CliRunner
  2. import pytest
  3. from wandb.history import History
  4. @pytest.fixture
  5. def history():
  6. with CliRunner().isolated_filesystem():
  7. yield History("wandb-history.jsonl")
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...