cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Add tests for game_controller #34

Open cyberrumor opened 9 months ago

cyberrumor commented 9 months ago

game_controller has been accumulating a lot of functionality lately, but it's not automatically tested anywhere.

To test it, we can probably manipulate the environment to say HOME is /tmp/home, and make some context managers that create and destroy the folders we want to test against before/after each test.