Skip to content

Commit

Permalink
Rename test dirs to be equal with test names
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Marton committed Oct 4, 2015
1 parent 6062ee2 commit 008c64e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions automated_tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def compareLocationLists(a, b):
class OneTU(TestFixture):

def __init__(self, a):
self.name = 'one_translation_unit'
self.name = 'OneTU'
super(OneTU, self).__init__(a)

def test_follow_location(self):
Expand All @@ -168,7 +168,7 @@ def test_find_references(self):
class MultipleTU(TestFixture):

def __init__(self, a):
self.name = 'multiple_translation_units'
self.name = 'MultipleTU'
super(MultipleTU, self).__init__(a)

def test_follow_location(self):
Expand Down

0 comments on commit 008c64e

Please sign in to comment.