Skip to content

Commit

Permalink
Merge pull request #13 from SermetPekin/v1.1.20
Browse files Browse the repository at this point in the history
actions testing.
  • Loading branch information
SermetPekin authored Apr 17, 2024
2 parents b00a0e1 + 5ab8c74 commit 221a180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evdspy/EVDSlocal/tests/test_user_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ def test_get_api_key_while_testing(capsys):
with capsys.disabled():
if is_testing():
return
if GithubActions().is_testing() :
return

a = get_api_key_while_testing()
assert len(a) > 5 and 'lg' in a
def test_get_series(capsys):
Expand Down

0 comments on commit 221a180

Please sign in to comment.