Files
agent-framework/python/packages/runtime/tests/test_sample.py
T
Evan Mattson 732d9f6cd7 Python: [BREAKING] Move workflow to main package (#767)
* Move workflow to main package

* Remove workflow specific unit test config

* Remove workflow-specific version info

* Revert unintended telemetry changes

* Removed the obsolete packages/workflow/tests target

* Rename dir workflow to _workflow

* Fix test imports
2025-09-16 12:04:07 +00:00

7 lines
150 B
Python

# Copyright (c) Microsoft. All rights reserved.
def test_sample():
"""Sample test so test task doesn't stop due to no tests."""
assert True