# Pyramid testing requirements
tests_require = [
- 'pgwui_testing==' + version,
+ 'pgwui_develop==' + version,
'WebTest >= 1.3.1', # py3 compat
'pytest>=3.7.4',
'pytest-cov',
-# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/
# This file is part of PGWUI_Menu.
#
import pgwui_menu.check_settings as check_settings
from pgwui_common import checkset
-from pgwui_testing import testing
+from pgwui_develop import testing
from pgwui_menu import exceptions as menu_ex
# Activiate our pytest plugin
-# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/
# This file is part of PGWUI_Menu.
#
from pgwui_common import plugin, includeme
from pgwui_menu.views import menu
-from pgwui_testing import testing
+from pgwui_develop import testing
# Activiate our pytest plugin
pytest_plugins = ("pgwui",)
-# Copyright (C) 2020 The Meme Factory, Inc. http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc. http://www.karlpinc.com/
# This file is part of PGWUI_Menu.
#
import pyramid.config
import pgwui_menu.pgwui_menu as pgwui_menu
-from pgwui_testing import testing
+from pgwui_develop import testing
# Unit tests
check-manifest
cmarkgfm
flake8
- pgwui_testing
+ pgwui_develop
pytest
pytest-cov
twine