rearrange test scripts - enable calling tests.basic and tests.unit |
|
More...
|
over 2 years ago
|
move tests from -failing directories back to the original place now that we have a record of known failures |
|
More...
|
over 2 years ago
|
improve test reporting: passed first; known failure(s) -> known to fail |
|
More...
|
over 2 years ago
|
list non-passed tests vertically |
|
More...
|
over 2 years ago
|
store known (but not accepted) test failures |
|
More...
|
over 2 years ago
|
rename test/known directories to test/accepted |
|
More...
|
over 2 years ago
|
move classes outside of function body in make.mac and make.windows for slightly better readability |
|
More...
|
over 2 years ago
|
rename repare() -> make_ready() for consistency |
|
More...
|
over 2 years ago
|
Merge branch 'topic-avoid-crash-on-ascii-shell' into develop |
|
More...
|
over 2 years ago
|
fix ascii/latin1 console issue in 2.7 too |
|
More...
|
over 2 years ago
|
avoid crashes when writing to console in ascii or utf8 locales - fix works for python>=3.7 only |
|
More...
|
over 2 years ago
|
Merge branch 'topic-fix-input-resume' into develop |
|
More...
|
over 2 years ago
|
Merge branch 'topic-fix-inputstr-from-pipe' into develop |
|
More...
|
over 2 years ago
|
Merge branch 'topic-lpt1' into develop |
|
More...
|
over 2 years ago
|
Merge branch 'topic-doc-link' into develop |
|
More...
|
over 2 years ago
|
Merge branch 'topic-pipes' into develop |
|
More...
|
over 2 years ago
|
fix random_id, ensure it has the promised number of digits |
|
More...
|
over 2 years ago
|
disable shell codepage tests under python2 |
|
More...
|
over 2 years ago
|
skip input$ tests with short redirected input as desired behaviour needs to be decided |
|
More...
|
over 2 years ago
|
allow INPUT$ to read from pipe as in gwbasic (fix) |
|
More...
|
over 2 years ago
|
compatibility fixes |
|
More...
|
over 2 years ago
|
pipes: fix not-attached error, clarify why we need to use nonblocking reads |
|
More...
|
over 2 years ago
|
add unit tests for input pipes (2 terminating-input tests failing) |
|
More...
|
over 2 years ago
|
clarify read_all_available code in posix_console and add comments in win32_console |
|
More...
|
over 2 years ago
|
make input reader thread code in iostreams clearer |
|
More...
|
over 2 years ago
|
make pipes from BytesIO work - no select.select allowed |
|
More...
|
over 2 years ago
|
add test for INPUT$ from pipe attached to BytesIO |
|
More...
|
over 2 years ago
|
Merge branch 'topic-exception-guard' into new_develop |
|
More...
|
over 2 years ago
|
Merge branch 'topic-resume-tests' into new_develop |
|
More...
|
over 2 years ago
|
remove test caller shell scripts |
|
More...
|
over 2 years ago
|