BenMatteson / CS410_Agile_Group2

CS410 Agile Practice Project - FTP Client
0 stars 2 forks source link

Log history decorator, history command, and tests #58

Closed ppdom closed 5 years ago

ppdom commented 5 years ago

As an FTP user, I want to be able to see all recent actions done in the program so that I can track FTP activity.

Closes #11

Acceptance Criteria:

I also updated some of the os.path and os library methods we've been using in Client.py and FTP_tests.py to use the full path. For example, os.path.join instead of just join. Ben's last PR imported the os module and used that format. Plus it's way easier to read, IMO, so I went ahead and changed it.

BenMatteson commented 5 years ago

yeah, I still don't know why, but I actually had to do that in order to mock it for the unit tests. that said, I agree it's easier to understand if it actually says where join came from. 👍