Skip to content

Commit

Permalink
confest
Browse files Browse the repository at this point in the history
  • Loading branch information
germankay committed Dec 6, 2024
1 parent 6bd9bb9 commit cde0e7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/superset/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

@pytest.fixture
def superset_migrate(migrate_db_for):
""" Apply the superset migrations """
# Migrar la base de datos de Superset
migrate_db_for('superset')
return True
3 changes: 3 additions & 0 deletions confest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest_plugins = [
u'ckanext.superset.tests.fixtures',
]

0 comments on commit cde0e7e

Please sign in to comment.