* Add workflow test openai api * chore: add filename as attribute to each test case * chore: correct label * feat: create pytest.ini * chore: remote extra " * chore: rename workflow to group similar type * chore: remove auto build on push to main * chore: rename job --------- Co-authored-by: Hien To <tominhhien97@gmail.com> Co-authored-by: Van-QA <van@jan.ai>
9 lines
325 B
INI
9 lines
325 B
INI
[pytest]
|
|
rp_project = openai-api-test
|
|
rp_launch = OpenAI Collection Test
|
|
rp_launch_description = Full collection to ensure compatibility with OpenAI API
|
|
rp_launch_attributes = 'CI'
|
|
filterwarnings = ignore::pytest.PytestUnknownMarkWarning
|
|
log_format = %(asctime)s %(levelname)s %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|