Skip to content

Commit

Permalink
[QE-477]: add role tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luzsantiago123 committed Mar 21, 2024
1 parent 9c09d0e commit 8c37c59
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,10 @@ setup = ["python3 -m hdx_cli.main dictionary --project test_ci_project files upl
commands_under_test = ["python3 -m hdx_cli.main dictionary --project test_ci_project files delete test_dictionary_file"]
expected_output = 'Deleted test_dictionary_file'

#[[test]]
#name = "Dictionary files can be listed"
#commands_under_test = ["python3 -m hdx_cli.main dictionary --project test_ci_project files list"]
#expected_output_re = '.*?test_ci_dictionary_file.*'
[[test]]
name = "Dictionary files can be listed"
commands_under_test = ["python3 -m hdx_cli.main dictionary --project test_ci_project files list"]
expected_output_re = '.*?test_ci_dictionary_file.*'

######################################################## Role ##########################################################

Expand Down

0 comments on commit 8c37c59

Please sign in to comment.