Skip to content

Commit

Permalink
restore pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed May 12, 2024
1 parent f45080e commit 307f641
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
name: pytest 3.11

on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:
workflow_dispatch:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pytest-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
name: pytest 3.9

on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:
workflow_dispatch:

Expand Down
5 changes: 0 additions & 5 deletions tests/base_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,5 @@ def __init__(self):
config.parse(['--clientId', 'hfldhfsd'])
self.assertEqual(config.clientId, "hfldhfsd")

def test_failed(self):
self.assertEqual(1,2)



if __name__ == '__main__':
unittest.main()

0 comments on commit 307f641

Please sign in to comment.