Skip to content

Commit

Permalink
undo runtests formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kencrim committed Nov 14, 2023
1 parent e53e7d1 commit cbf5b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ["3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v2

Expand All @@ -24,12 +24,14 @@ jobs:
python -m pip install unittest-data-provider
pip install -r requirements.txt
- name: Run Integration Tests
run: python -m unittest test/Integration/test_*.py
run:
python -m unittest test/Integration/test_*.py
env:
LOB_API_TEST_KEY: ${{ secrets.LOB_API_TEST_KEY }}
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}
- name: Run Unit Tests
run: python -m unittest test/Unit/test_*.py
run:
python -m unittest test/Unit/test_*.py
env:
LOB_API_TEST_KEY: ${{ secrets.LOB_API_TEST_KEY }}
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}
4 changes: 0 additions & 4 deletions lob_python/model/campaign_creative.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ def additional_properties_type():

_nullable = False

"""
Add test comment
"""

@cached_property
def openapi_types():
from lob_python.model.address_editable import AddressEditable
Expand Down

0 comments on commit cbf5b65

Please sign in to comment.