Skip to content

Commit f389316

Browse files
authored
Merge pull request #53 from linuxserver/add-more-pytest-tests
Add more pytest tests.
2 parents 0a9d9c9 + 64f235a commit f389316

File tree

5 files changed

+605
-15
lines changed

5 files changed

+605
-15
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python 3.12
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.12"
2626
- name: Install dependencies

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest
33
pytest-cov
44
pytest-mock
55
wheel
6+
chromedriver-autoinstaller

tests/mock_attrs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"NetworkID": "",
225225
"EndpointID": "",
226226
"Gateway": "",
227-
"IPAddress": "",
227+
"IPAddress": "www.linuxserver.io",
228228
"IPPrefixLen": 0,
229229
"IPv6Gateway": "",
230230
"GlobalIPv6Address": "",

0 commit comments

Comments
 (0)