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

11 Commits

Author SHA1 Message Date
7b40974779 Fixed imports order 2024-09-14 09:22:41 +02:00
a5606272cd Fix unit tests 2024-09-13 18:16:45 +02:00
ab4042f880 Refactor wrapper modules to have a main class with the same name 2017-01-07 13:13:18 +01:00
8892940339 Normalize paths for config options
Removing _kickstart_option in favor of _normalize_options method to
detect and replace relative paths with absolute ones. Dictionary with
changed options lands as a commandline switches for fs-uae during
execution.
2017-01-07 13:13:06 +01:00
f1fb43ca64 Extract new base class for archive wrapper module 2017-01-07 09:10:03 +01:00
0cbe6fc9d0 Added wrapper_save_state option 2017-01-03 19:34:42 +01:00
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
5f98e9b794 Moved save state out of _make_archive method
Now _save_save method will be called from run() method.
2017-01-02 19:30:09 +01:00
38a9604916 Implementation for saving changes in archive wrapper module 2017-01-02 13:47:07 +01:00
dcf2ab0634 Cleaned up tests 2017-01-02 11:02:49 +01:00
c8fa2d7ad4 Added archive file handler 2017-01-02 10:01:10 +01:00