Skip to content

Commit

Permalink
tests: cleanup and fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
oso committed Nov 23, 2013
1 parent abcd2de commit 3f94e06
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 502 deletions.
302 changes: 0 additions & 302 deletions tests/data_loulouka.py

This file was deleted.

40 changes: 0 additions & 40 deletions tests/data_ticino.py

This file was deleted.

25 changes: 0 additions & 25 deletions tests/test_electre_tri.py

This file was deleted.

35 changes: 0 additions & 35 deletions tests/test_etri.py

This file was deleted.

29 changes: 0 additions & 29 deletions tests/test_etri2.py

This file was deleted.

34 changes: 0 additions & 34 deletions tests/test_graphic.py

This file was deleted.

35 changes: 0 additions & 35 deletions tests/test_graphic2.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_table.py
Expand Up @@ -2,7 +2,6 @@
import sys
sys.path.insert(0, "..")
import copy
import colors
from PyQt4 import QtCore
from PyQt4 import QtGui
from table import qt_criteria_table
Expand Down
2 changes: 1 addition & 1 deletion tests/test_table_pt.py
Expand Up @@ -3,7 +3,7 @@
sys.path.insert(0, "..")
from PyQt4 import QtCore
from PyQt4 import QtGui
from mcda.types import alternatives, criteria, performance_table
from mcda.types import Alternatives, Criteria, PerformanceTable
from table import qt_performance_table
from xml.etree import ElementTree

Expand Down

0 comments on commit 3f94e06

Please sign in to comment.