kuroko/test
2021-01-10 23:39:05 +09:00
..
day1.in More test files 2021-01-04 19:07:46 +09:00
day1.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
day1.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day2.in Add string iterators 2021-01-04 19:34:56 +09:00
day2.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
day2.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day3.in More test scripts 2021-01-04 19:59:11 +09:00
day3.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
day3.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day4.in More test scripts 2021-01-04 19:59:11 +09:00
day4.krk Cleanup and useful builtins 2021-01-09 10:12:50 +09:00
day4.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day5.in this is now a late AOC2020 repo 2021-01-04 20:10:39 +09:00
day5.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
day5.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day6.in more AOC test cases 2021-01-04 20:27:32 +09:00
day6.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
day6.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
day7.in length should determine truthiness where relevent 2021-01-09 13:58:46 +09:00
day7.krk list.pop() is really useful 2021-01-10 20:49:01 +09:00
day7.krk.expect length should determine truthiness where relevent 2021-01-09 13:58:46 +09:00
day23.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
day23.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
generateLongListTest.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
generateLongListTest.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
test.krk Switch C-style loops to semicolons before I regret having used commas 2021-01-08 17:14:42 +09:00
test.krk.expect Add class name to method __repr__ 2021-01-05 15:36:09 +09:00
testArgsKwargs.krk Fixup more kwargs stuff, need to pop values for defaults 2021-01-05 19:01:26 +09:00
testArgsKwargs.krk.expect Fixup more kwargs stuff, need to pop values for defaults 2021-01-05 19:01:26 +09:00
testArgumentExpansions.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testArgumentExpansions.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testArgv.krk Add kuroko.argv 2021-01-08 19:05:11 +09:00
testArgv.krk.expect Add kuroko.argv 2021-01-08 19:05:11 +09:00
testBindNativeMethod.krk move test 2021-01-10 11:00:14 +09:00
testBindNativeMethod.krk.expect move test 2021-01-10 11:00:14 +09:00
testComplexArgsNative.krk Support complex argument expansion in C functions 2021-01-10 18:49:52 +09:00
testComplexArgsNative.krk.expect Support complex argument expansion in C functions 2021-01-10 18:49:52 +09:00
testContextManagerEarlyReturn.krk Support 'return' from within a 'with' block 2021-01-10 23:39:05 +09:00
testContextManagerEarlyReturn.krk.expect Support 'return' from within a 'with' block 2021-01-10 23:39:05 +09:00
testDecorators.krk length should determine truthiness where relevent 2021-01-09 13:58:46 +09:00
testDecorators.krk.expect length should determine truthiness where relevent 2021-01-09 13:58:46 +09:00
testDefaultArgs.krk Fixup more kwargs stuff, need to pop values for defaults 2021-01-05 19:01:26 +09:00
testDefaultArgs.krk.expect Fixup more kwargs stuff, need to pop values for defaults 2021-01-05 19:01:26 +09:00
testEatWhitespace.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testEatWhitespace.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testElseIf.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testElseIf.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testExtraneousBlanks.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testExtraneousBlanks.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testFunctionDocstring.krk Readme and doc updates 2021-01-07 22:45:52 +09:00
testFunctionDocstring.krk.expect Readme and doc updates 2021-01-07 22:45:52 +09:00
testHash.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testHash.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testImportContext.krk Fix tracking what should be 'global' through function calls? 2021-01-07 10:39:09 +09:00
testImportContext.krk.expect Assign __main__ as name of executed scripts 2021-01-07 10:58:04 +09:00
testKeyboardInterrupt.krk Raise KeyboardInterrupt on ^C 2021-01-08 16:40:43 +09:00
testKeyboardInterrupt.krk.expect Raise KeyboardInterrupt on ^C 2021-01-08 16:40:43 +09:00
testKeywordArgs.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testKeywordArgs.krk.expect Rewrite complex argument processor because that old stack-juggling version was awful 2021-01-10 18:23:28 +09:00
testLinesFromReadme.krk Add instructions for static builds 2021-01-08 12:12:44 +09:00
testLinesFromReadme.krk.expect Cleanup and useful builtins 2021-01-09 10:12:50 +09:00
testList.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testList.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testListComprehensions.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testListComprehensions.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testLongList.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testLongList.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testLoopBreaks.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testLoopBreaks.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testModuleDocstring.krk Attach __doc__ to modules, default to None (but still set) if missing 2021-01-07 11:30:10 +09:00
testModuleDocstring.krk.expect Attach __doc__ to modules, default to None (but still set) if missing 2021-01-07 11:30:10 +09:00
testModuleName.krk Assign __main__ as name of executed scripts 2021-01-07 10:58:04 +09:00
testModuleName.krk.expect Assign __main__ as name of executed scripts 2021-01-07 10:58:04 +09:00
testMoreArgExpansions.krk Rewrite complex argument processor because that old stack-juggling version was awful 2021-01-10 18:23:28 +09:00
testMoreArgExpansions.krk.expect Rewrite complex argument processor because that old stack-juggling version was awful 2021-01-10 18:23:28 +09:00
testPythonFootgun.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testPythonFootgun.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testRuntimeException.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testRuntimeException.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testStringQuoteTypes.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testStringQuoteTypes.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testStrings.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testStrings.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testTabWidth.krk Accept tabs as being equivalent to eight spaces, but no mixing on a single line 2021-01-08 07:05:33 +09:00
testTabWidth.krk.expect Accept tabs as being equivalent to eight spaces, but no mixing on a single line 2021-01-08 07:05:33 +09:00
testTernary.krk Add ternary (a) if (cond) else (b) 2021-01-07 14:04:42 +09:00
testTernary.krk.expect Add ternary (a) if (cond) else (b) 2021-01-07 14:04:42 +09:00
testTryExcept.krk Make print() a function before it's too late 2021-01-04 23:34:10 +09:00
testTryExcept.krk.expect Commit results of test cases as of now (not sure if they're all correctly) 2021-01-04 21:50:20 +09:00
testUnpackIter.krk Add tuple unpacking and 'if' conditions to list comprehensions 2021-01-08 18:00:49 +09:00
testUnpackIter.krk.expect Add tuple unpacking and 'if' conditions to list comprehensions 2021-01-08 18:00:49 +09:00
testUpvalue.krk fix test that includes pointer values in output 2021-01-06 19:07:22 +09:00
testUpvalue.krk.expect fix test that includes pointer values in output 2021-01-06 19:07:22 +09:00