Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Feb 8, 2024
1 parent 91f37b1 commit 5fa75e6
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 88 deletions.
Empty file.
21 changes: 0 additions & 21 deletions src/collective/smtpssl/browser/configure.zcml

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion src/collective/smtpssl/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<!-- has to be loaded before permissions are used, so keep above views aso. -->
<include file="permissions.zcml" />

<include package=".browser" />

<genericsetup:registerProfile
name="default"
Expand Down
4 changes: 0 additions & 4 deletions src/collective/smtpssl/profiles/default/catalog.xml

This file was deleted.

8 changes: 0 additions & 8 deletions src/collective/smtpssl/profiles/default/registry/main.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/collective/smtpssl/profiles/default/rolemap.xml

This file was deleted.

24 changes: 8 additions & 16 deletions src/collective/smtpssl/testing.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- 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
from plone.app.testing import PLONE_FIXTURE
from plone.app.testing import PloneSandboxLayer
from plone.testing import z2

import collective.smtpssl
from plone.app.testing import (
PLONE_FIXTURE,
FunctionalTesting,
IntegrationTesting,
PloneSandboxLayer,
applyProfile,
)
from plone.testing import z2


class CollectiveSmtpsslLayer(PloneSandboxLayer):
Expand Down Expand Up @@ -43,11 +43,3 @@ def setUpPloneSite(self, portal):
)


COLLECTIVE_SMTPSSL_ACCEPTANCE_TESTING = FunctionalTesting(
bases=(
COLLECTIVE_SMTPSSL_FIXTURE,
REMOTE_LIBRARY_BUNDLE_FIXTURE,
z2.ZSERVER_FIXTURE,
),
name='CollectiveSmtpsslLayer:AcceptanceTesting',
)
30 changes: 0 additions & 30 deletions src/collective/smtpssl/tests/test_robot.py

This file was deleted.

26 changes: 26 additions & 0 deletions test_plone60.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,29 @@ update-versions-file = test_plone60.cfg
[versions]
createcoverage = 1.5
watchdog = 2.1.6

# Added by buildout at 2024-02-08 19:30:43.028322
build = 1.0.3
cmarkgfm = 2022.10.27
coverage = 7.3.2
i18ndude = 6.1.0
keyring = 24.3.0
markdown-it-py = 3.0.0
mdurl = 0.1.2
nh3 = 0.2.14
pkginfo = 1.9.6
pyproject-hooks = 1.0.0
readme-renderer = 42.0
requests-toolbelt = 1.0.0
rfc3986 = 2.0.0
rich = 13.7.0
twine = 4.0.2
zest.releaser = 9.1.1

# Required by:
# keyring==24.3.0
jaraco.classes = 3.3.0

# Required by:
# jaraco.classes==3.3.0
more-itertools = 10.1.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extras =
commands =
{envbindir}/buildout -q -c {toxinidir}/{env:version_file} buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
# {envbindir}/buildout -c {toxinidir}/{env:version_file} buildout:directory={envdir} buildout:develop={toxinidir} annotate
{envbindir}/buildout -n -qq -c {toxinidir}/{env:version_file} buildout:directory={envdir} buildout:develop={toxinidir} install test robot
# {envbindir}/buildout -n -qq -c {toxinidir}/{env:version_file} buildout:directory={envdir} buildout:develop={toxinidir} install test robot
coverage run {envbindir}/test -v1 --auto-color {posargs}
# coverage run {envbindir}/test -v --all -t robot {posargs}

Expand Down

0 comments on commit 5fa75e6

Please sign in to comment.