forked from loafle/openapi-generator-original
Run unittest tests with unittest (#19121)
The unit tests in the following directories are written to unittest, not pytest: * `samples/client/echo_api/python/` * `samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/` If pytest is told to execute these tests, it will log warnings about being unable to collect certain tests.
This commit is contained in:
parent
9ae8775987
commit
c8587bb31d
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
working-directory: ${{ matrix.sample }}
|
||||
run: python -m pytest
|
||||
run: python -m unittest discover
|
||||
|
||||
- name: mypy
|
||||
working-directory: ${{ matrix.sample }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user