Skip to content

Commit 4cebab5

Browse files
committed
Working on Actions and Testing
1 parent fa9f435 commit 4cebab5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
- name: Test connection IPv6
4242
run: |
4343
pytest test/test_connection.py::Test_Connections_for_IPv6 -v
44-
# - name: Test discovery
45-
# run: |
46-
# pytest test/test_discovery.py -v
47-
# - name: Test functions
48-
# run: |
49-
# pytest test/test_functions.py -v
50-
# - name: Test subscription
51-
# run: |
52-
# pytest test/test_subscription.py -v
44+
- name: Test discovery
45+
run: |
46+
pytest test/test_discovery.py -v
47+
- name: Test functions
48+
run: |
49+
pytest test/test_functions.py -v
50+
- name: Test subscription
51+
run: |
52+
pytest test/test_subscription.py -v
5353
# - name: Test remote
5454
# run: |
5555
# pytest test/test_remote.py -v

0 commit comments

Comments
 (0)