mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
732d9f6cd7
* 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
7 lines
150 B
Python
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
|