Browse Source

test(division): add test case

DEV-4199-make-test-environment-compatible-with-python-exercises
eslopfer 2 years ago
parent
commit
981ebfd3d4
  1. 1
      sh/tests/division_test.sh

1
sh/tests/division_test.sh

@ -17,6 +17,7 @@ challenge() {
challenge "10" "2" challenge "10" "2"
challenge "4" "2" challenge "4" "2"
challenge "0.5" "0.5" challenge "0.5" "0.5"
challenge "5" "2"
challenge "0.5" challenge "0.5"
challenge "foo" "bar" challenge "foo" "bar"
challenge "1" "0" challenge "1" "0"

Loading…
Cancel
Save