Skip to content

Commit

Permalink
gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Apr 20, 2024
1 parent 2b23134 commit e9b1f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evdspy/EVDSlocal/utils/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ def get_file_deep(number):
return get_file_deep(deep)



def test_get_api_key_file(capsys):
if GithubActions().is_testing(): return

with capsys.disabled():
api_key = get_api_key_file(deep=8)
print(api_key)
Expand Down

0 comments on commit e9b1f88

Please sign in to comment.