3831ac360f
Although these are synonyms in Python 2.x, when using MyPy to typecheck code use of file() causes spurious errors. This commit also serves as one small step to Python 3.x compatibility, since 3.x removes the file() builtin. |
||
---|---|---|
.. | ||
data | ||
README.md | ||
build_docker_image.py | ||
call_function_test.py | ||
channel_test.py | ||
fakessh_test.py | ||
first_stage_test.py | ||
id_allocation_test.py | ||
importer_test.py | ||
local_test.py | ||
master_test.py | ||
module_finder_test.py | ||
nested_test.py | ||
responder_test.py | ||
select_test.py | ||
ssh_test.py | ||
testlib.py | ||
utils_test.py |
README.md
Warning
This directory is full of disorganized crap, including random hacks I checked in that I'd like to turn into tests. The effort to write tests only really started in September 2017. Pull requests in this area are very welcome!