- "message": "\n===== tests/test-all-fail.art =====\n\nSuite: Leap \n \n\u001b[0;33m ❌ - assert that a year not divisible by 4 is a common year\u001b[0m \n assertion: false = true\n\n\u001b[0;33m ❌ - assert that a year divisible by 2 and not divisible by 4 is a common year\u001b[0m \n assertion: false = true\n\n\u001b[0;33m ❌ - assert that a year divisible by 4 and not divisible by 100 is a leap year\u001b[0m \n assertion: true = false\n\n\u001b[0;33m ❌ - assert that a year divisible by 4 and 5 is still a leap year\u001b[0m \n assertion: true = false\n\n\u001b[0;33m ❌ - assert that a year divisible by 100 and not divisible by 400 is a common year\u001b[0m \n assertion: false = true\n\n\u001b[0;33m ❌ - assert that a year divisible by 100 but not divisible by 3 is still not a leap year\u001b[0m \n assertion: false = true\n\n\u001b[0;33m ❌ - assert that a year divisible by 400 is a leap year\u001b[0m \n assertion: true = false\n\n\u001b[0;33m ❌ - assert that a year divisible by 400 but not by 125 is still a leap year\u001b[0m \n assertion: true = false\n\n\u001b[0;33m ❌ - assert that a year divisible by 200 and not divisible by 400 is a common year\u001b[0m \n assertion: false = true\n\n\n\n\n===== Statistics =====\n\n⏏️ TOTAL: 9 assertions\n✅ PASSED: 0 assertions\n⏩ SKIPPED: 0 assertions\n❌ FAILED: 9 assertions\n\n===== ========== =====\n\n\n\u001b[0;31m══╡ \u001b[1;31mProgram Error\u001b[0;31m ╞═════════════════════════════════════════════════ <script> ══\u001b[0m\n\n Some tests failed!" |
0 commit comments