1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-18 20:10:26 +01:00

16 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
60139d1728 Move to pyproject. 2024-09-11 19:53:52 +02:00
b015e443eb Fix tests for file path calculations 2021-05-02 09:36:14 +02:00
388a8cc835 Fix for interpolate_variables function 2017-01-08 15:38:59 +01:00
7931022777 Additional tests for util module 2017-01-08 12:35:51 +01:00
994768806c Parametrize extract and create methods for Archive base class 2017-01-02 20:17:13 +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
38a2322e98 Fix for file_archive tests 2017-01-02 16:05:18 +01:00
77dd4dfaf4 Added new function for creating archives 2017-01-02 13:50:39 +01:00
ab71e270d8 Removed archive from utils 2017-01-02 10:00:35 +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
71e0319e1f Added tests for utils module 2016-12-27 21:22:12 +01:00
988784dbf3 Fixed occasionally failing tests caused by the wrong list order 2016-12-27 20:24:18 +01:00
c8b4207040 Utils refactoring.
Added safe guards for get_config function, introduced CmdOption class
for convenient accessing options as a dict keys with option to make them
as a list of commandline options suitable for passing to fs-uae.
2016-12-27 19:58:30 +01:00
cadcc30734 Added utility module with common functions 2016-12-25 19:03:30 +01:00