Vincent Lin
Vincent Lin
Users with Python 3.10+ installed face issue #23 caused by the PyInquirer dependency. However, I noticed that this issue is only present in the PyPI release. The [official GitHub repository](https://github.com/CITGuru/PyInquirer),...
The tested operations for **Level 4**: ``` self.test_data_4 = [ ["FILE_UPLOAD_AT", "2021-07-01T12:00:00", "Initial.txt", "100kb"], ["FILE_UPLOAD_AT", "2021-07-01T12:05:00", "Update1.txt", "150kb", 3600], ["FILE_GET_AT", "2021-07-01T12:10:00", "Initial.txt"], ["FILE_COPY_AT", "2021-07-01T12:15:00", "Update1.txt", "Update1Copy.txt"], ["FILE_UPLOAD_AT", "2021-07-01T12:20:00", "Update2.txt", "200kb",...