mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
reuse built frontend in ci, merge compose files (#6674)
* reuse built frontend in ci, merge compose files * pr comments * added make create_db alias to create_database * fixed lint --------- Co-authored-by: Andrii Chubatiuk <wachy@Andriis-MBP-2.lan>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Some test cases around the Glue catalog.
|
||||
"""
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
import botocore
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Some test cases for JSON api runner
|
||||
"""
|
||||
|
||||
from unittest import TestCase
|
||||
from urllib.parse import urlencode, urljoin
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Some test cases for Trino.
|
||||
"""
|
||||
|
||||
from unittest import TestCase
|
||||
from unittest.mock import patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user