81a77a453a
e.g. assert x == y -> self.assertEqual(x, y); self.assertTrue(isinstance(x, y)) -> self.assertIsInstance(x, y) These specific methods give more useful errors in the case of a test failure. |
||
---|---|---|
.. | ||
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!