atrcopy/test
Rob McMullen 92fb9986b6 Added Atari DOS filesystem parser 2019-03-25 15:32:18 -07:00
..
.coveragerc Added automatic pytest coverage annotated HTML report 2017-05-07 09:26:09 -07:00
conftest.py Added better error checking for atari DOS executables 2016-06-01 15:37:28 -07:00
mock.py WIP for py3 support 2017-05-07 18:58:10 -07:00
pytest.ini Disabled pytest coverage by default 2018-10-26 12:14:33 -07:00
test_add_file.py Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00
test_ataridos.py Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00
test_cart.py Added rom image conversion to atari cart images 2018-10-26 12:14:56 -07:00
test_container.py Changed back to subclassing Container object for packing/unpacking 2019-03-24 20:50:14 -07:00
test_create.py Fixed error in test_create unit test 2018-11-11 12:40:28 -08:00
test_disk_image.py Added sector convenience functions that return segments 2019-03-25 11:54:03 -07:00
test_filesystems.py Added Atari DOS filesystem parser 2019-03-25 15:32:18 -07:00
test_indexed_segment.py Segment constructor now also takes segment and will generate offsets into container relative to the segment 2019-03-25 10:12:23 -07:00
test_jsonpickle.py Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00
test_kboot.py Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00
test_media_types.py Added check for magic values in media types 2019-03-25 12:08:17 -07:00
test_segment.py Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00
test_serialize.py Changed save_session to serialize_session 2019-03-17 14:12:41 -07:00
test_utils.py Classes no longer unnecessarily subclass from object, as in py3 it's the default 2018-06-24 17:20:32 -07:00