File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : [' 3.7', ' 3.8', ' 3.9' ]
12+ python-version : [" 3.7", " 3.8", " 3.9" ]
1313 steps :
1414 - uses : actions/checkout@v2
1515
@@ -24,12 +24,14 @@ jobs:
2424 python -m pip install unittest-data-provider
2525 pip install -r requirements.txt
2626 - name : Run Integration Tests
27- run : python -m unittest test/Integration/test_*.py
27+ run :
28+ python -m unittest test/Integration/test_*.py
2829 env :
2930 LOB_API_TEST_KEY : ${{ secrets.LOB_API_TEST_KEY }}
3031 LOB_API_LIVE_KEY : ${{ secrets.LOB_API_LIVE_KEY }}
3132 - name : Run Unit Tests
32- run : python -m unittest test/Unit/test_*.py
33+ run :
34+ python -m unittest test/Unit/test_*.py
3335 env :
3436 LOB_API_TEST_KEY : ${{ secrets.LOB_API_TEST_KEY }}
3537 LOB_API_LIVE_KEY : ${{ secrets.LOB_API_LIVE_KEY }}
Original file line number Diff line number Diff line change @@ -90,10 +90,6 @@ def additional_properties_type():
9090
9191 _nullable = False
9292
93- """
94- Add test comment
95- """
96-
9793 @cached_property
9894 def openapi_types ():
9995 from lob_python .model .address_editable import AddressEditable
You can’t perform that action at this time.
0 commit comments