Commit 09f426d0 authored by Priit Laes's avatar Priit Laes

Run all the tests

parent d72811bd
...@@ -2,6 +2,6 @@ try: ...@@ -2,6 +2,6 @@ try:
import peewee import peewee
import wtfpeewee import wtfpeewee
except ImportError: except ImportError:
raise Exception('Please install peewee and wtfpeewee packages in order to use peewee integration') raise Exception('Please install peewee and wtf-peewee packages in order to use peewee integration')
from .view import ModelView from .view import ModelView
...@@ -2,4 +2,3 @@ ...@@ -2,4 +2,3 @@
detailed-errors=1 detailed-errors=1
with-coverage=0 with-coverage=0
debug=nose.loader debug=nose.loader
tests=flask_admin/tests/test_base.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment