Skip to content

Commit

Permalink
load File::Slurp for black box test environment
Browse files Browse the repository at this point in the history
Yes, this is needed on Python tests because black box environment is not
language specific. One script implemented in Perl runs all black box tests.
  • Loading branch information
ikluft committed May 13, 2024
1 parent 08fb76b commit 905f497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
perl-version: "5.38"
install-modules-with: cpanm
install-modules: Readonly File::Basename File::Slurp IPC::Run
install-modules: Readonly File::Basename File::Slurp IPC::Run File::Slurp
- name: Run black box tests
run: |
prove test/cli-test-python.t

0 comments on commit 905f497

Please sign in to comment.