Skip to content

Commit

Permalink
Simplify python test code
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Feb 16, 2024
1 parent 7d5ab3f commit 0f1423e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ env:
TEST_CASES: d3_buffer_seek,_get_nth_digit,_insert_sorted,d3_word_binary_search,Array,glob,string_builder,Array::New,binout_directory,path_move_up,path_join,path_is_abs,path_view,extra_string,card_parse_get_type,empty_card,profiling,sync,multi_file
PYTHON_TEST_CODE: |
import dynareadout as dro
try:
b = dro.Binout('test')
except RuntimeError as e:
if str(e) != 'test: No files have been found':
exit(1)
else:
print('Success')
jobs:
linux-x86_64-static:
Expand Down

0 comments on commit 0f1423e

Please sign in to comment.