Rename a few tests to follow standards. Move fits into a helper so they can be reused. Add two new Eos tests.

(cherry picked from commit f87ac4d)
This commit is contained in:
Ebag333
2017-03-23 10:56:52 -07:00
parent aacddb251d
commit 8baeafbdc2
8 changed files with 287 additions and 211 deletions

View File

@@ -130,8 +130,10 @@ def Saveddata():
from eos.saveddata.fit import Fit
from eos.saveddata.character import Character
from eos.saveddata.module import Module, State
from eos.saveddata.citadel import Citadel
helper = {
'Structure': Citadel,
'Ship' : Ship,
'Fit' : Fit,
'Character': Character,