Commit 1d35e7ca authored by Serge S. Koval's avatar Serge S. Koval

Tests.

parent c58c04dc
from setuptools import setup
from setuptools import setup, find_packages
setup(
name='Flask-AdminEx',
......@@ -9,7 +9,7 @@ setup(
author_email='serge.koval+github@gmail.com',
description='Simple and extensible admin interface framework for Flask',
long_description=__doc__,
packages=['flask_adminex', 'flask_adminex.model', 'flask_adminex.ext', 'flask_adminex.ext.sqlamodel'],
packages=find_packages(),
include_package_data=True,
zip_safe=False,
platforms='any',
......
......@@ -302,3 +302,8 @@ def test_form():
# TODO: excluded_form_columns
# TODO: form_args
pass
def test_relations():
# TODO: test relations
pass
\ No newline at end of file
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