Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Apr 19, 2024
1 parent 2f2db7d commit 901d3e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/promptflow-evals/tests/evals/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ def pytest_configure():
pytest.is_record = is_record()
pytest.is_replay = is_replay()
pytest.is_in_ci_pipeline = is_in_ci_pipeline()
print(f"pytest.is_live: {pytest.is_live}")
print(f"pytest.is_record: {pytest.is_record}")
print(f"pytest.is_replay: {pytest.is_replay}")
print(f"pytest.is_in_ci_pipeline: {pytest.is_in_ci_pipeline}")


@pytest.fixture
Expand Down

0 comments on commit 901d3e2

Please sign in to comment.