1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-19 04:20:23 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
1d35436dee Fixed tests for wrapper modules
Exchanged os.rename with shutil.move since there was a problem with
moving files between different filesystems.
2017-01-03 06:01:30 +01:00
19acb789b6 Added wrapper_archiver option
To give user a possibility to choose what archiver he can use another
options was introduced for cd32 and archive wrapper modules. This option
will indicate what archiver should be used for compressing the save
state directories.
2017-01-02 20:08:50 +01:00
77dd4dfaf4 Added new function for creating archives 2017-01-02 13:50:39 +01:00
dcf2ab0634 Cleaned up tests 2017-01-02 11:02:49 +01:00
989c268b56 Added test for base wrapper class
Moved most tests from cd32 module to base one. Added missing tests for
cd32 module.
2017-01-01 18:33:31 +01:00
fa7afcb73b Adjust existing cd32 module for base class
Fix failing tests for small changes in utils and cd32/base modules
2017-01-01 17:31:40 +01:00
4c39e572a6 Removed six as a dependency
Changed logic for checking if run_command argument is a list. Fixed
tests and refactoring save_save() method in cd32 module.
2017-01-01 14:13:48 +01:00
ef5631de3c Added additional tests for cd32 module
Also, new command was added to utils - run_command which is an
generalized subprocess.call function.

Requirements is now added with module six, which was needed to detect
string-like objects in sane way.
2016-12-31 20:20:07 +01:00
364bb9ae59 Added test for run emulator for cd32 module 2016-12-31 19:25:41 +01:00
d4844bb0fb Added test for extract for cd32 module 2016-12-31 19:02:10 +01:00
fe83ae1813 Added copy_conf method test 2016-12-31 18:47:55 +01:00
c6522061c8 Added cd32 wrapper module 2016-12-27 21:44:44 +01:00