Source code for tests
import comet_ml
import os
import sys
import pytest
from scripts.download_toy_data import download_toy_data
[docs]@pytest.fixture(scope="session", autouse=True)
def setup_tests():
download_toy_data('tests/out/_test_data/')