Skip to content

Commit dcbda18

Browse files
committed
Corrige import pytest faltante en test_plugin.py
Bug preexistente (ya estaba en main): sin el import, pytest no podía ni recolectar el archivo y toda la clase de tests quedaba sin correr.
1 parent dcf2226 commit dcbda18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ckanext/gobar_theme/tests/test_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def test_some_endpoint(app):
4747
def test_some_action():
4848
pass
4949
"""
50+
import pytest
51+
5052
import ckanext.gobar_theme.plugin as plugin
5153

5254

0 commit comments

Comments
 (0)