autogen/test/nlp/test_autohf_loadargs.py

8 lines
165 B
Python
Raw Normal View History

def test_load_args():
import subprocess
import sys
subprocess.call(
[sys.executable, "load_args.py", "--output_dir", "data/"], shell=True
)