mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-19 13:14:27 +00:00
6 lines
151 B
Python
6 lines
151 B
Python
def test_load_args():
|
|
import subprocess
|
|
import sys
|
|
|
|
subprocess.call([sys.executable, "load_args.py", "--output_dir", "data/"], shell=True)
|