Skip to content

Commit

Permalink
test: Update test
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Apr 17, 2022
1 parent 94e3000 commit 8ed7065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_basicos.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ def test_SQLAlchemy(self):
from flask_sqlalchemy import SQLAlchemy

self.assertIsInstance(database, SQLAlchemy)

def test_WTForms(self):
from now_lms import LoginForm
from flask_wtf import FlaskForm

self.assertIsInstance(LoginForm, FlaskForm)

0 comments on commit 8ed7065

Please sign in to comment.