Commit 13b509c6 authored by 邓莹莹's avatar 邓莹莹

update filename

parent 0273f60c
...@@ -8,4 +8,4 @@ APYAML_CONFIG = os.path.join(BASE_DIR, "backend_auto/all_backend_api", "account_ ...@@ -8,4 +8,4 @@ APYAML_CONFIG = os.path.join(BASE_DIR, "backend_auto/all_backend_api", "account_
LOGIN_VFC = os.path.join(BASE_DIR, "backend_auto/test_backend_data/account_data", "login_vfc.yaml") LOGIN_VFC = os.path.join(BASE_DIR, "backend_auto/test_backend_data/account_data", "login_vfc.yaml")
if __name__ == '__main__': if __name__ == '__main__':
print(HOSTYAML_CONFIG) print("==========",HOSTYAML_CONFIG)
\ No newline at end of file
from test_backend_request.account_request import test_login_vfc from test_backend_case.account_case import test_login_vfc
import pytest import pytest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment