Skip to content

Commit

Permalink
Merge pull request #4800 from MCGallaspy/remove-old-test
Browse files Browse the repository at this point in the history
Remove irrelevant test
  • Loading branch information
rtibbles committed Feb 2, 2016
2 parents acf9dbe + e774d77 commit 7a240f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kalite/basetests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,6 @@ def test_json_path(self):
else:
self._pass("\n...Result: all json file/s are ok...")

def test_scripts_path(self):
scripts_path = os.path.realpath(os.path.join(PROJECT_PATH, "scripts"))
msg = 'Testing execute access for the scripts folder "%s"...' % scripts_path
self.check_path(scripts_path, os.X_OK, msg=msg)


# NOTE: Enable these if we want to run the tests in specified order.
# TEST_CASES = (SqliteTests, DjangoTests, PathsTests, PackagesTests)
Expand Down

0 comments on commit 7a240f1

Please sign in to comment.