Rob McMullen
1a7381b865
Classes no longer unnecessarily subclass from object, as in py3 it's the default
2018-06-24 17:20:32 -07:00
Rob McMullen
6b9cf6d4d2
Converted "from errors import *" to "from . import errors"
2018-06-24 12:10:59 -07:00
Rob McMullen
1968cd9717
Fixes to convert filenames to str rather than bytes
2018-06-23 22:05:35 -07:00
Rob McMullen
c30f390fed
All tests passing for python 3
2017-05-07 19:33:38 -07:00
Rob McMullen
841aa1dc9b
WIP for py3 support
2017-05-07 18:58:10 -07:00
Rob McMullen
bddae24cb1
Futurize --stage1 changes
2017-05-07 13:31:45 -07:00
Rob McMullen
f41f86c1b0
Changes to test_add_file to see why it's so slow
...
* profiling indicates that it's all the debug prints!
2017-05-07 09:58:29 -07:00
Rob McMullen
359e690b1c
Added test cases for Atari enhanced density and double density disk images
2017-05-02 19:08:40 -07:00
Rob McMullen
68469e8e92
Added tests for deleting all files
2017-02-24 10:13:31 -08:00
Rob McMullen
3007e384a6
Changed size of last delete test so it will fit on the DOS 3.3 test disk image
2017-02-24 08:24:34 -08:00
Rob McMullen
7afa2a0e92
Changed file comparisons to numpy array_equals
2017-02-23 22:15:20 -08:00
Rob McMullen
6e8cf1c4c4
Moved some classes to different files, fixed Atari dos tests
...
* consolidated bytes_per_sector and sector_size (which mean the same thing) into sector_size
* moved AtrHeader, XfdHeader to ataridos.py
* moved base classes like WriteableSector, SectorList, etc. to utils.py
2017-02-23 14:23:29 -08:00
Rob McMullen
3157b13727
Added tests for DOS 33 disk images; code still failing all tests, but making progress
2017-02-22 12:11:56 -08:00
Rob McMullen
ea92e91865
Added file deletion for Atari DOS
2017-02-21 23:07:24 -08:00
Rob McMullen
7f2b07b221
More tests for writing Atari DOS files
2017-02-21 20:14:16 -08:00
Rob McMullen
c0340a1807
Fixed file number in Atari DOS files
2017-02-21 19:49:03 -08:00
Rob McMullen
767e76671b
First code to add files to an Atari DOS image
2017-02-21 19:25:47 -08:00