mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Remove half-baked unit test
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
from redash.query_runner.script import Script
|
||||
from tests import BaseTestCase
|
||||
|
||||
|
||||
class TestInit(BaseTestCase):
|
||||
def test_wildcard(self):
|
||||
runner = Script({'path': '*'})
|
||||
self.assertIsInstance(runner, Script)
|
||||
|
||||
def test_outside(self):
|
||||
self.assertRaises(ValueError, lambda: Script({'path': '../../'}))
|
||||
Reference in New Issue
Block a user