Skip to content

Commit

Permalink
Merge pull request #53 from linuxserver/add-more-pytest-tests
Browse files Browse the repository at this point in the history
Add more pytest tests.
  • Loading branch information
GilbN authored Sep 3, 2024
2 parents 0a9d9c9 + 64f235a commit f389316
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest
pytest-cov
pytest-mock
wheel
chromedriver-autoinstaller
2 changes: 1 addition & 1 deletion tests/mock_attrs.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"NetworkID": "",
"EndpointID": "",
"Gateway": "",
"IPAddress": "",
"IPAddress": "www.linuxserver.io",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
Expand Down
Loading

0 comments on commit f389316

Please sign in to comment.