hkcr-dev team mailing list archive
-
hkcr-dev team
-
Mailing list archive
-
Message #00078
[Branch ~hkcr-dev/hkcr/hkcr] Rev 60: Package refactoring and cleanup.
------------------------------------------------------------
revno: 60
committer: Tim Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim.hkcr
timestamp: Sat 2011-01-29 09:56:14 -0200
message:
Package refactoring and cleanup.
added:
mlhim.hkcr.egg-info/
mlhim.hkcr.egg-info/PKG-INFO
mlhim.hkcr.egg-info/SOURCES.txt
mlhim.hkcr.egg-info/dependency_links.txt
mlhim.hkcr.egg-info/entry_points.txt
mlhim.hkcr.egg-info/namespace_packages.txt
mlhim.hkcr.egg-info/not-zip-safe
mlhim.hkcr.egg-info/paster_plugins.txt
mlhim.hkcr.egg-info/requires.txt
mlhim.hkcr.egg-info/top_level.txt
mlhim/hkcr/tests.py
--
lp:hkcr
https://code.launchpad.net/~hkcr-dev/hkcr/hkcr
Your team Healthcare Knowledge Component Repository Application Development Team is subscribed to branch lp:hkcr.
To unsubscribe from this branch go to https://code.launchpad.net/~hkcr-dev/hkcr/hkcr/+edit-subscription
=== added directory 'mlhim.hkcr.egg-info'
=== added file 'mlhim.hkcr.egg-info/PKG-INFO'
--- mlhim.hkcr.egg-info/PKG-INFO 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/PKG-INFO 2011-01-29 11:56:14 +0000
@@ -0,0 +1,24 @@
+Metadata-Version: 1.0
+Name: mlhim.hkcr
+Version: 1.0
+Summary: Healthcare Knowledge Component Repository
+Home-page: http://svn.plone.org/svn/collective/
+Author: UNKNOWN
+Author-email: UNKNOWN
+License: GPL
+Description: Introduction
+ ============
+
+
+
+ Changelog
+ =========
+
+ 1.0dev (unreleased)
+ -------------------
+
+ - Initial release
+
+Platform: UNKNOWN
+Classifier: Framework :: Plone
+Classifier: Programming Language :: Python
=== added file 'mlhim.hkcr.egg-info/SOURCES.txt'
--- mlhim.hkcr.egg-info/SOURCES.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/SOURCES.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,15 @@
+README.txt
+setup.cfg
+setup.py
+mlhim/__init__.py
+mlhim.hkcr.egg-info/PKG-INFO
+mlhim.hkcr.egg-info/SOURCES.txt
+mlhim.hkcr.egg-info/dependency_links.txt
+mlhim.hkcr.egg-info/entry_points.txt
+mlhim.hkcr.egg-info/namespace_packages.txt
+mlhim.hkcr.egg-info/not-zip-safe
+mlhim.hkcr.egg-info/paster_plugins.txt
+mlhim.hkcr.egg-info/requires.txt
+mlhim.hkcr.egg-info/top_level.txt
+mlhim/hkcr/__init__.py
+mlhim/hkcr/tests.py
\ No newline at end of file
=== added file 'mlhim.hkcr.egg-info/dependency_links.txt'
--- mlhim.hkcr.egg-info/dependency_links.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/dependency_links.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,1 @@
+
=== added file 'mlhim.hkcr.egg-info/entry_points.txt'
--- mlhim.hkcr.egg-info/entry_points.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/entry_points.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,6 @@
+
+ # -*- Entry points: -*-
+
+ [z3c.autoinclude.plugin]
+ target = plone
+
\ No newline at end of file
=== added file 'mlhim.hkcr.egg-info/namespace_packages.txt'
--- mlhim.hkcr.egg-info/namespace_packages.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/namespace_packages.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,1 @@
+mlhim
=== added file 'mlhim.hkcr.egg-info/not-zip-safe'
--- mlhim.hkcr.egg-info/not-zip-safe 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/not-zip-safe 2011-01-29 11:56:14 +0000
@@ -0,0 +1,1 @@
+
=== added file 'mlhim.hkcr.egg-info/paster_plugins.txt'
--- mlhim.hkcr.egg-info/paster_plugins.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/paster_plugins.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,1 @@
+ZopeSkel
=== added file 'mlhim.hkcr.egg-info/requires.txt'
--- mlhim.hkcr.egg-info/requires.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/requires.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,1 @@
+setuptools
\ No newline at end of file
=== added file 'mlhim.hkcr.egg-info/top_level.txt'
--- mlhim.hkcr.egg-info/top_level.txt 1970-01-01 00:00:00 +0000
+++ mlhim.hkcr.egg-info/top_level.txt 2011-01-29 11:56:14 +0000
@@ -0,0 +1,1 @@
+mlhim
=== added file 'mlhim/hkcr/tests.py'
--- mlhim/hkcr/tests.py 1970-01-01 00:00:00 +0000
+++ mlhim/hkcr/tests.py 2011-01-29 11:56:14 +0000
@@ -0,0 +1,55 @@
+import unittest
+
+#from zope.testing import doctestunit
+#from zope.component import testing
+from Testing import ZopeTestCase as ztc
+
+from Products.Five import fiveconfigure
+from Products.PloneTestCase import PloneTestCase as ptc
+from Products.PloneTestCase.layer import PloneSite
+ptc.setupPloneSite()
+
+import mlhim.hkcr
+
+
+class TestCase(ptc.PloneTestCase):
+
+ class layer(PloneSite):
+
+ @classmethod
+ def setUp(cls):
+ fiveconfigure.debug_mode = True
+ ztc.installPackage(mlhim.hkcr)
+ fiveconfigure.debug_mode = False
+
+ @classmethod
+ def tearDown(cls):
+ pass
+
+
+def test_suite():
+ return unittest.TestSuite([
+
+ # Unit tests
+ #doctestunit.DocFileSuite(
+ # 'README.txt', package='mlhim.hkcr',
+ # setUp=testing.setUp, tearDown=testing.tearDown),
+
+ #doctestunit.DocTestSuite(
+ # module='mlhim.hkcr.mymodule',
+ # setUp=testing.setUp, tearDown=testing.tearDown),
+
+
+ # Integration tests that use PloneTestCase
+ #ztc.ZopeDocFileSuite(
+ # 'README.txt', package='mlhim.hkcr',
+ # test_class=TestCase),
+
+ #ztc.FunctionalDocFileSuite(
+ # 'browser.txt', package='mlhim.hkcr',
+ # test_class=TestCase),
+
+ ])
+
+if __name__ == '__main__':
+ unittest.main(defaultTest='test_suite')