From 5d56398c28ae506a9f76b0a86f0ca08233a8e5a0 Mon Sep 17 00:00:00 2001 From: Colin Leach Date: Mon, 16 Dec 2024 16:58:58 -0700 Subject: [PATCH] arturo --- arturo/two-fer/HELP.md | 175 ++++++++++++++++++++++++++ arturo/two-fer/README.md | 48 +++++++ arturo/two-fer/src/two-fer.art | 4 + arturo/two-fer/tester.art | 3 + arturo/two-fer/tests/test-two-fer.art | 19 +++ 5 files changed, 249 insertions(+) create mode 100644 arturo/two-fer/HELP.md create mode 100644 arturo/two-fer/README.md create mode 100644 arturo/two-fer/src/two-fer.art create mode 100644 arturo/two-fer/tester.art create mode 100644 arturo/two-fer/tests/test-two-fer.art diff --git a/arturo/two-fer/HELP.md b/arturo/two-fer/HELP.md new file mode 100644 index 00000000..436f4569 --- /dev/null +++ b/arturo/two-fer/HELP.md @@ -0,0 +1,175 @@ +# Help + +## Running the tests + +This track uses the [Unitt unit-testing package][unitt], installed automatically when running the tests. +From within the exercise folder, run `exercism test` or `arturo tester.art` to run your solution against the test suite. + +If you haven't written any code, the test suite will fail with a message like: + +```plaintext +===== tests\test-leap.art ===== + +Suite: Leap + + +══╡ Program Error ╞═════════════════════════════════════════════════