mirror of
https://github.com/apache/superset.git
synced 2026-04-16 06:34:52 +00:00
Sample test data (#10487)
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
@@ -28,13 +28,13 @@ class TestSupersetDataFrame(SupersetTestCase):
|
||||
self.examples.load_css_templates()
|
||||
|
||||
def test_load_energy(self):
|
||||
self.examples.load_energy()
|
||||
self.examples.load_energy(sample=True)
|
||||
|
||||
def test_load_world_bank_health_n_pop(self):
|
||||
self.examples.load_world_bank_health_n_pop()
|
||||
self.examples.load_world_bank_health_n_pop(sample=True)
|
||||
|
||||
def test_load_birth_names(self):
|
||||
self.examples.load_birth_names()
|
||||
self.examples.load_birth_names(sample=True)
|
||||
|
||||
def test_load_test_users_run(self):
|
||||
from superset.cli import load_test_users_run
|
||||
@@ -42,4 +42,4 @@ class TestSupersetDataFrame(SupersetTestCase):
|
||||
load_test_users_run()
|
||||
|
||||
def test_load_unicode_test_data(self):
|
||||
self.examples.load_unicode_test_data()
|
||||
self.examples.load_unicode_test_data(sample=True)
|
||||
|
||||
Reference in New Issue
Block a user