Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 12, 2024
1 parent 0355c59 commit 7167b75
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 115 deletions.
2 changes: 1 addition & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parts =
releaser
i18ndude
omelette
robot
# robot
plone-helper-scripts
vscode

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
# plone_coredev tests as of 2016-04-01.
"plone.testing>=5.0.0",
"plone.app.contenttypes",
"plone.app.robotframework[debug]",
],
},
entry_points="""
Expand Down
11 changes: 0 additions & 11 deletions src/collective/formsupport/counter/testing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from plone.app.robotframework.testing import REMOTE_LIBRARY_BUNDLE_FIXTURE
from plone.app.testing import applyProfile
from plone.app.testing import FunctionalTesting
from plone.app.testing import IntegrationTesting
Expand Down Expand Up @@ -43,13 +42,3 @@ def setUpPloneSite(self, portal):
bases=(COLLECTIVE_FORMSUPPORT_COUNTER_FIXTURE,),
name="CollectiveFormsupportCounterLayer:FunctionalTesting",
)


COLLECTIVE_FORMSUPPORT_COUNTER_ACCEPTANCE_TESTING = FunctionalTesting(
bases=(
COLLECTIVE_FORMSUPPORT_COUNTER_FIXTURE,
REMOTE_LIBRARY_BUNDLE_FIXTURE,
z2.ZSERVER_FIXTURE,
),
name="CollectiveFormsupportCounterLayer:AcceptanceTesting",
)
66 changes: 0 additions & 66 deletions src/collective/formsupport/counter/tests/robot/test_example.robot

This file was deleted.

33 changes: 0 additions & 33 deletions src/collective/formsupport/counter/tests/test_robot.py

This file was deleted.

6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ deps =
# constraints_file = "https://my-server.com/constraints.txt"
##
commands =
rfbrowser init
# rfbrowser init
zope-testrunner --all --test-path={toxinidir}/src -s collective.formsupport.counter {posargs}
extras =
test
Expand All @@ -149,8 +149,8 @@ description = get a test coverage report
use_develop = true
skip_install = false
constrain_package_deps = false
set_env =
ROBOT_BROWSER=headlesschrome
# set_env =
# ROBOT_BROWSER=headlesschrome

##
# Specify extra test environment variables in .meta.toml:
Expand Down

0 comments on commit 7167b75

Please sign in to comment.