Skip to content

Commit

Permalink
[ADD] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Dec 2, 2024
1 parent 63978b2 commit 7039b85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion website_recaptcha_v2_login/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from . import tests
from . import models
from . import controllers
1 change: 1 addition & 0 deletions website_recaptcha_v2_login/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import test_recaptcha
1 change: 1 addition & 0 deletions website_recaptcha_v2_login/tests/test_recaptcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


class TestModule(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.website = cls.env.ref("website.default_website")
Expand Down

0 comments on commit 7039b85

Please sign in to comment.