1 2
test_checker!(doctest, tool: "python3", processor: "doctest", files: [("example.py", "def add(a, b):\n \"\"\"\n >>> add(1, 2)\n 3\n \"\"\"\n return a + b\n")]);