You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7473addfd2
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. |
7 years ago | |
---|---|---|
.. | ||
data | 7 years ago | |
README.md | 7 years ago | |
build_docker_image.py | 7 years ago | |
call_function_test.py | 7 years ago | |
channel_test.py | 7 years ago | |
fakessh_test.py | 7 years ago | |
first_stage_test.py | 7 years ago | |
id_allocation_test.py | 7 years ago | |
importer_test.py | 7 years ago | |
local_test.py | 7 years ago | |
master_test.py | 7 years ago | |
module_finder_test.py | 7 years ago | |
nested_test.py | 7 years ago | |
responder_test.py | 7 years ago | |
select_test.py | 7 years ago | |
ssh_test.py | 7 years ago | |
testlib.py | 7 years ago | |
utils_test.py | 7 years ago |
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!