*** reedobrien has quit IRC | 00:04 | |
*** __mac__ has joined #zope3-dev | 00:08 | |
*** greenman has joined #zope3-dev | 00:09 | |
*** alga has quit IRC | 00:16 | |
*** dobee has quit IRC | 00:18 | |
*** ignas has joined #zope3-dev | 00:20 | |
*** edgordon has quit IRC | 00:27 | |
*** sunew has joined #zope3-dev | 00:32 | |
*** sunew has quit IRC | 00:33 | |
*** regebro has quit IRC | 00:36 | |
*** instantf1o has joined #zope3-dev | 00:40 | |
*** instantfoo has quit IRC | 00:40 | |
*** gstratton has joined #zope3-dev | 00:42 | |
*** MattBowen|work has left #zope3-dev | 00:42 | |
*** seletz_ has quit IRC | 00:46 | |
*** seletz has joined #zope3-dev | 00:47 | |
whit | anyone know a way to force a built to use a certain egg? | 00:55 |
---|---|---|
whit | I want to test and see if zodb trunk fixes my issue, but the app recipe forces me to use a 3.8.0b egg | 00:56 |
*** jpcw2002 has quit IRC | 00:58 | |
*** jpcw2002 has joined #zope3-dev | 00:58 | |
*** seletz has quit IRC | 01:03 | |
*** jpcw2002 has left #zope3-dev | 01:11 | |
*** benji has quit IRC | 01:13 | |
*** dobee has joined #zope3-dev | 01:17 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 01:20 | |
*** dobee has quit IRC | 01:29 | |
*** nathany has quit IRC | 01:36 | |
J1m | whit, you should be able to list a specific ZODB3 version in your eggs option. | 01:39 |
J1m | You can also use a develop egg. | 01:39 |
*** jsadjohnson has quit IRC | 01:39 | |
*** malthe has joined #zope3-dev | 01:39 | |
*** gstratton has quit IRC | 01:43 | |
*** faassen has quit IRC | 01:45 | |
*** sp0cksbeard has quit IRC | 01:47 | |
*** malthe is now known as malthe|Zzzz | 01:56 | |
whit | J1m: I've tried both of those and it tells me require version != to 43.8.0b | 02:03 |
whit | 3.8.0b | 02:03 |
J1m | Can you share your buildout.cfg? | 02:04 |
whit | sure... one sec | 02:04 |
*** lucielejard has quit IRC | 02:06 | |
whit | J1m: http://almanac.opengeo.org/resource/dist/buildout.cfg | 02:06 |
whit | current I'm not pointing to the devel copy in src | 02:08 |
*** ignas has quit IRC | 02:08 | |
whit | but I did try that too | 02:08 |
J1m | add: | 02:08 |
J1m | [versions] | 02:08 |
J1m | ZODB3 = | 02:08 |
J1m | 02:08 | |
whit | ah! | 02:08 |
J1m | This will cancel the versions spec you're getting from grok. | 02:09 |
whit | thanks J1m | 02:09 |
J1m | I'm *almost* convinced that develop eggs found in the develop-eggs directory should override the versions section. | 02:10 |
J1m | :) | 02:10 |
whit | J1m: someone been working on you about that one? | 02:10 |
J1m | Yes, Martijn | 02:10 |
*** gberdyshev has joined #zope3-dev | 02:11 | |
*** J1m has quit IRC | 02:12 | |
*** gstratton has joined #zope3-dev | 02:17 | |
*** jamur2 has quit IRC | 02:22 | |
*** alexdb has joined #zope3-dev | 02:28 | |
*** quodt has quit IRC | 02:37 | |
*** b52laptop has quit IRC | 02:37 | |
*** instantf1o has quit IRC | 02:45 | |
*** instantfoo has joined #zope3-dev | 02:45 | |
*** junkafarian has quit IRC | 02:46 | |
*** rmarianski has quit IRC | 02:51 | |
*** salfield has quit IRC | 02:52 | |
*** instantfoo has quit IRC | 02:53 | |
*** jsadjohnson has joined #zope3-dev | 02:56 | |
*** greenman has quit IRC | 02:58 | |
*** sm has quit IRC | 03:02 | |
*** jamur2 has joined #zope3-dev | 03:05 | |
*** sm has joined #zope3-dev | 03:05 | |
*** norro has quit IRC | 03:06 | |
*** sm has quit IRC | 03:06 | |
*** jamur2 has quit IRC | 03:06 | |
*** sm has joined #zope3-dev | 03:06 | |
*** pcardune has quit IRC | 03:22 | |
*** srichter has quit IRC | 03:22 | |
*** alexdb has left #zope3-dev | 03:37 | |
*** pcardune has joined #zope3-dev | 04:00 | |
*** derek|laptop has joined #zope3-dev | 04:36 | |
*** gberdyshev has quit IRC | 04:37 | |
derek|laptop | what is the proper replacement for zExceptions.NotFound in zope3? | 04:38 |
pcardune | derek|laptop: zope.publisher.interfaces.NotFound I think | 04:45 |
derek|laptop | sounds right. there were multiple, so I was unsure. thanks! | 04:45 |
*** lucielejard has joined #zope3-dev | 04:46 | |
*** fcorrea has left #zope3-dev | 04:49 | |
*** edgordon has joined #zope3-dev | 04:52 | |
derek|laptop | why would the zope 3.3.1 svn checkout fail on an unknown directive 'role' in namespace 'zope' in 'parts/instance/etc/securitypolicy.zcml' ? That doesn't look like something I did, but I'm assuming it is and I just don't know what... the only google hit is a complaint without a resolution. :( | 04:52 |
pcardune | mmm... zope 3.3.1 checkout... sounds ominous | 04:55 |
* pcardune doesn't use big zope checkout anymore | 04:55 | |
derek|laptop | pcardune: well, it's from the tag. I figured it should work. baby steps into the future. | 04:55 |
pcardune | derek|laptop: If you are just trying to get started with Zope3, I think a better place to start would be zopeproject | 04:56 |
derek|laptop | right, I'm actually just trying to get a library cleansed so that it's z3-compatible. it's close, but I just need tests to pass. not actually trying to write a zope3 application. | 04:57 |
derek|laptop | so, I'm using buildout to get zope3 and the testrunner so I can test my library. a better approach would be cool. | 04:57 |
pcardune | derek|laptop: | 04:58 |
pcardune | derek|laptop: ah, i see. Then I have no suggestions :/ | 04:58 |
derek|laptop | bummer. oh well. maybe someone else will check in. thanks! | 04:59 |
derek|laptop | does zopeproject leave the buildout.cfg when it's done? maybe I could pirate it. ;) | 05:00 |
* derek|laptop will run zopeproject to find out, if he must, but would prefer to know before he tries | 05:01 | |
pcardune | I think the answer to your question, if I understand the question correctly, is yes | 05:02 |
pcardune | that is, after running zopeproject, you will have a minimal zope application setup using some standard zope core packages, with a more or less standard buildout script. | 05:02 |
derek|laptop | cool. will try. thanks. | 05:03 |
*** projekt01 has joined #zope3-dev | 05:13 | |
*** RaFromBRC has quit IRC | 05:19 | |
*** pcardune has left #zope3-dev | 05:27 | |
*** pcardune_vm_ has joined #zope3-dev | 05:27 | |
*** pcardune_vm_ is now known as pcardune | 05:27 | |
*** pcardune has quit IRC | 05:28 | |
*** pcardune has joined #zope3-dev | 05:28 | |
*** rcrafton has quit IRC | 05:51 | |
*** niemeyer has quit IRC | 05:55 | |
*** srichter has joined #zope3-dev | 06:06 | |
*** sm has quit IRC | 06:10 | |
derek|laptop | ok, got that working. next problem: what package do I need to make the 'zope:subscriber' zcml directive make sense to the machine? | 06:18 |
pcardune | derek|laptop: make sure zope.component meta.zcml is included | 06:27 |
derek|laptop | bingo! thanks! | 06:31 |
derek|laptop | is there a master reference of zcml directives -> packages? because i don't like asking one-by-one. the next one, btw, is zope:class. | 06:32 |
derek|laptop | 'zope3 class', btw, turned up what I assume is your website on the first hit. :) | 06:33 |
derek|laptop | nm, found the apidoc | 06:37 |
*** lucielejard has quit IRC | 06:38 | |
*** stub has joined #zope3-dev | 06:46 | |
derek|laptop | this one has me stumped: what's up with zope.app.form.metaconfigure? http://paste.plone.org/20926 | 06:47 |
*** sm has joined #zope3-dev | 06:53 | |
derek|laptop | d'oh. made it go away, somehow. now I'm wondering where the zmi_views module needed by zope.app.securitypolicy.browser's configure.zcml lives... | 06:59 |
*** ChanServ sets mode: +o srichter | 07:00 | |
derek|laptop | 'Invalid value for', 'menu', "ImportError: Couldn't import zmi_views, No module named zmi_views" --- when including the zope.app.securitypolicy configure.zcml | 07:04 |
*** redir has joined #zope3-dev | 07:35 | |
*** alecm has quit IRC | 07:38 | |
*** redir has quit IRC | 07:39 | |
*** baijum has joined #zope3-dev | 07:59 | |
*** stub has quit IRC | 08:00 | |
*** dobee has joined #zope3-dev | 08:08 | |
*** romanofski has quit IRC | 08:11 | |
*** jayaraj has joined #zope3-dev | 08:15 | |
*** jukart has joined #zope3-dev | 08:31 | |
*** stub has joined #zope3-dev | 08:37 | |
*** pyqwer has joined #zope3-dev | 08:45 | |
*** timte has joined #zope3-dev | 08:48 | |
*** hdima has joined #zope3-dev | 08:49 | |
*** jodok has quit IRC | 09:08 | |
*** instantfoo has joined #zope3-dev | 09:08 | |
*** srichter has quit IRC | 09:25 | |
*** philiKON has joined #zope3-dev | 09:26 | |
*** romanofski has joined #zope3-dev | 09:32 | |
*** jpcw2002 has joined #zope3-dev | 09:39 | |
*** ignas has joined #zope3-dev | 09:40 | |
*** philiKON_ has quit IRC | 09:41 | |
*** tarek has joined #zope3-dev | 09:53 | |
*** mcdonc has quit IRC | 10:07 | |
*** mcdonc has joined #zope3-dev | 10:08 | |
*** edgordon has quit IRC | 10:10 | |
*** edgordon has joined #zope3-dev | 10:10 | |
*** edgordon has quit IRC | 10:14 | |
*** edgordon has joined #zope3-dev | 10:15 | |
*** pcardune has quit IRC | 10:19 | |
*** edgordon has quit IRC | 10:24 | |
*** edgordon has joined #zope3-dev | 10:25 | |
*** quodt has joined #zope3-dev | 10:26 | |
*** MJ|nickcollision has joined #zope3-dev | 10:35 | |
*** MJ|nickcollision is now known as MJ | 10:36 | |
*** alecghica has joined #zope3-dev | 10:36 | |
*** goschtl has joined #zope3-dev | 10:40 | |
*** afd_ has joined #zope3-dev | 10:42 | |
*** alga has joined #zope3-dev | 10:42 | |
*** toutpt has joined #zope3-dev | 10:44 | |
*** norro has joined #zope3-dev | 10:50 | |
zagy | malthe|Zzzz: I've released zope.cachedescriptor 3.4.1 | 10:52 |
*** seletz has joined #zope3-dev | 10:54 | |
*** junkafarian has joined #zope3-dev | 10:55 | |
*** gstratton has quit IRC | 11:11 | |
*** mkerrin has joined #zope3-dev | 11:20 | |
*** yvl has joined #zope3-dev | 11:21 | |
*** yvl has left #zope3-dev | 11:21 | |
*** maurits has joined #zope3-dev | 11:25 | |
*** xenru has quit IRC | 11:30 | |
*** xenru has joined #zope3-dev | 11:39 | |
*** goschtl has quit IRC | 11:45 | |
*** goschtl has joined #zope3-dev | 11:54 | |
*** goschtl has quit IRC | 11:55 | |
*** goschtl has joined #zope3-dev | 12:05 | |
*** Subdino has quit IRC | 12:05 | |
*** gstratton has joined #zope3-dev | 12:19 | |
*** salfield has joined #zope3-dev | 12:19 | |
*** mcdonc has quit IRC | 12:22 | |
*** mcdonc has joined #zope3-dev | 12:22 | |
*** mcdonc has joined #zope3-dev | 12:23 | |
*** agroszer has joined #zope3-dev | 12:23 | |
*** malthe|Zzzz is now known as malthe | 12:24 | |
malthe | zagy: great | 12:25 |
*** edgordon has quit IRC | 12:55 | |
*** edgordon has joined #zope3-dev | 12:56 | |
*** b52laptop has joined #zope3-dev | 12:57 | |
*** jodok has joined #zope3-dev | 13:04 | |
*** gstratton_ has joined #zope3-dev | 13:11 | |
*** gstratton has quit IRC | 13:11 | |
*** jodok has quit IRC | 13:17 | |
*** jodok has joined #zope3-dev | 13:19 | |
*** jodok has quit IRC | 13:26 | |
*** jodok has joined #zope3-dev | 13:27 | |
*** jodok has quit IRC | 13:39 | |
*** jodok has joined #zope3-dev | 13:39 | |
*** sunew has joined #zope3-dev | 13:42 | |
*** philiKON has quit IRC | 13:44 | |
*** regebro has joined #zope3-dev | 13:47 | |
*** gstratton has joined #zope3-dev | 13:51 | |
*** gstratton_ has quit IRC | 13:51 | |
*** stub has quit IRC | 13:51 | |
*** J1m has joined #zope3-dev | 13:56 | |
*** jodok has quit IRC | 13:58 | |
*** ktwilight has joined #zope3-dev | 14:00 | |
*** projekt01 has quit IRC | 14:00 | |
*** redir has joined #zope3-dev | 14:10 | |
*** edgordon_ has joined #zope3-dev | 14:13 | |
*** faassen has joined #zope3-dev | 14:15 | |
*** stub has joined #zope3-dev | 14:16 | |
*** ktwilight_ has quit IRC | 14:16 | |
*** mcdonc has quit IRC | 14:35 | |
*** mcdonc has joined #zope3-dev | 14:36 | |
*** mcdonc has quit IRC | 14:36 | |
*** mcdonc has joined #zope3-dev | 14:36 | |
*** edgordon has quit IRC | 14:37 | |
*** MJ is now known as MJ|lunch | 14:37 | |
*** gstratton_ has joined #zope3-dev | 14:42 | |
*** gstratton has quit IRC | 14:42 | |
*** toutpt has quit IRC | 14:48 | |
*** stub has quit IRC | 14:59 | |
*** dunny has quit IRC | 15:16 | |
*** sunew is now known as sunew|away | 15:16 | |
*** benji has joined #zope3-dev | 15:17 | |
*** dunny has joined #zope3-dev | 15:18 | |
*** jodok has joined #zope3-dev | 15:19 | |
*** redir has quit IRC | 15:20 | |
*** vimes656 has joined #zope3-dev | 15:23 | |
*** MJ|lunch is now known as MJ | 15:38 | |
*** gstratton_ has quit IRC | 15:38 | |
*** gstratton has joined #zope3-dev | 15:39 | |
*** niemeyer has joined #zope3-dev | 15:43 | |
*** gstratton_ has joined #zope3-dev | 15:46 | |
*** gstratton has quit IRC | 15:46 | |
*** vimes656 has quit IRC | 15:47 | |
*** gstratton has joined #zope3-dev | 15:49 | |
*** gstratton_ has quit IRC | 15:49 | |
*** afd_ has quit IRC | 15:51 | |
*** toutpt has joined #zope3-dev | 15:54 | |
*** vimes656 has joined #zope3-dev | 15:54 | |
*** gstratton has quit IRC | 15:58 | |
*** MattBowen|work has joined #zope3-dev | 16:02 | |
derek|laptop | how do I get the module "zmi_views" in my zope app so that zope.app.securitypolicy.browser's configure.zcml will be happy? | 16:12 |
*** sp0cksbeard has joined #zope3-dev | 16:12 | |
*** harobed has joined #zope3-dev | 16:13 | |
*** lucielejard has joined #zope3-dev | 16:17 | |
*** mgedmin has joined #zope3-dev | 16:17 | |
*** redir has joined #zope3-dev | 16:18 | |
*** reedobrien has joined #zope3-dev | 16:20 | |
*** gberdyshev_ has joined #zope3-dev | 16:22 | |
*** jodok has quit IRC | 16:24 | |
*** norro has quit IRC | 16:30 | |
*** `ro has joined #zope3-dev | 16:31 | |
*** rcrafton has joined #zope3-dev | 16:31 | |
*** rcrafton has left #zope3-dev | 16:31 | |
*** rcrafton has joined #zope3-dev | 16:32 | |
*** redir has quit IRC | 16:36 | |
*** reedobrien has quit IRC | 16:38 | |
*** norro has joined #zope3-dev | 16:38 | |
*** fcorrea has joined #zope3-dev | 16:39 | |
*** avoinea has joined #zope3-dev | 16:48 | |
*** mcdonc has quit IRC | 16:48 | |
*** jodok has joined #zope3-dev | 16:49 | |
*** mcdonc has joined #zope3-dev | 16:49 | |
*** MJ has quit IRC | 16:50 | |
*** vimes656 has quit IRC | 16:54 | |
*** avoinea has quit IRC | 16:54 | |
*** `ro has quit IRC | 17:01 | |
*** redir has joined #zope3-dev | 17:01 | |
*** hdima has quit IRC | 17:04 | |
*** ChrisW has joined #zope3-dev | 17:09 | |
*** markusleist has joined #zope3-dev | 17:09 | |
ChrisW | is there still a channel for Five? | 17:09 |
*** jayaraj has quit IRC | 17:12 | |
*** goschtl has quit IRC | 17:24 | |
*** jamur2 has joined #zope3-dev | 17:26 | |
*** toutpt has quit IRC | 17:27 | |
*** sunew|away is now known as sunew | 17:29 | |
*** reco has joined #zope3-dev | 17:31 | |
faassen | ChrisW: there used to be #z3-base, but I think it's semi-retired | 17:36 |
ChrisW | *nods* | 17:38 |
ChrisW | I think I may have a Five issue, but not sure if it is or not or where to ask... | 17:38 |
ChrisW | what's the replacement for z3=base? | 17:39 |
*** baijum has quit IRC | 17:40 | |
*** toutpt has joined #zope3-dev | 17:44 | |
*** toutpt has left #zope3-dev | 17:45 | |
Theuni | ccomb: ping | 17:47 |
faassen | ChrisW: I don't know whether there's a replacement. you might want to check #zope, or of course the zope-dev list. | 17:55 |
ChrisW | *nods* | 17:55 |
*** timte has quit IRC | 17:55 | |
*** srichter has joined #zope3-dev | 17:58 | |
*** ChanServ sets mode: +o srichter | 18:00 | |
*** jukart has quit IRC | 18:03 | |
*** b52laptop has quit IRC | 18:03 | |
*** b52laptop has joined #zope3-dev | 18:04 | |
*** vimes656 has joined #zope3-dev | 18:11 | |
pyqwer | Does someone know how to setup ftesting.zcml so that everything used in my zope3 environment is available for testing, such as for the real application? | 18:17 |
pyqwer | Perhaps there is some magic "include"? | 18:17 |
srichter | look at z3c.form | 18:19 |
srichter | I usually create an application.zcml file that is used for applications tartup (a la site.zcml) | 18:19 |
srichter | I then include that file in my ftesting.zcml | 18:20 |
srichter | look at z3c.formdemo (I meant) | 18:20 |
*** ChrisW has left #zope3-dev | 18:21 | |
*** whit has quit IRC | 18:21 | |
pyqwer | Ah yes, thanks. Hmmm, there's quite a lot included here, however some bits seem to be missing. Can I perhaps simply include "site.zcml"? Or is that a bad idea? | 18:22 |
srichter | you can do this too | 18:23 |
srichter | but usually site.zcml lives outside the package structure, so it is hard to get to | 18:23 |
pyqwer | srichter: If I do that, will I have everything available that I have at my running zope instance? | 18:23 |
srichter | are you using eggs or a Zope 3 tar ball? | 18:24 |
pyqwer | The tarball. (Still) | 18:24 |
srichter | then you do not need to mess with layers at all | 18:24 |
srichter | the functionaldocfilesuite should load the correct ZCML file for you | 18:24 |
pyqwer | srichter: Hmmm, not really, I already use that, but things like this happen: ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/mail', u'smtpMailer') | 18:26 |
srichter | so the zope.sendmail meta.zcml does not seem to be loaded | 18:27 |
srichter | add this to you ftesting.zcml (should be in the root dir) | 18:27 |
*** whit has joined #zope3-dev | 18:27 | |
agroszer | hey srichter | 18:30 |
srichter | agroszer: good mroning :-) | 18:30 |
agroszer | srichter, coverage is driving me crazy | 18:30 |
*** rmarianski has joined #zope3-dev | 18:31 | |
agroszer | it misses stuff like imports, and declarations | 18:31 |
agroszer | but takes the code inbetween... | 18:32 |
*** jodok has quit IRC | 18:33 | |
agroszer | any idea what to do? | 18:33 |
pyqwer | srichter: Ah, ok, it was really only the sendmail package. One other thing: Do you know if the doctest "setUp()" function is called before the registration of all the ZCML files or afterwards? | 18:36 |
pyqwer | Because, for my test I want to setup my site, whereas my setup routine has some subscribers (e.g. add SiteManager). It seems, it does not work. | 18:37 |
agroszer | pyqwer, I'd bet the layer gets setup then each test is run with it's own setup+teardown | 18:39 |
srichter | agroszer: no :-( | 18:39 |
srichter | agroszer: it sometimes drives me crazy too | 18:40 |
*** lucielejard has quit IRC | 18:40 | |
agroszer | :-/ | 18:40 |
srichter | pyqwer: afterwards | 18:40 |
srichter | pyqwer: adam is right | 18:40 |
pyqwer | Ah, ok, that's the reason. So I have to do the site setup in my doctest in order to work properly. | 18:42 |
srichter | for functional tests, it brings up an entire ZODB | 18:43 |
pyqwer | srichter: Yes, that's what I need. | 18:43 |
srichter | which you can access on a Python level using zope.app.testing.functional.getRootFolder() | 18:43 |
srichter | otherwise you use something like zope.testbrowser to call your server | 18:44 |
pyqwer | Ah, ok. | 18:44 |
pyqwer | Btw., I think I found a bug in the Zope3 publisher, regarding virtual hosts. What should I do? | 18:47 |
sm | report it in launchpad ? | 18:49 |
*** lucielejard has joined #zope3-dev | 18:49 | |
*** vimes656 has quit IRC | 18:49 | |
sm | or ask about it here or on zope-dev list | 18:49 |
pyqwer | Well, yes, but first I'd like to know if it's really a bug or if things are thought out that way. | 18:50 |
* sm nods | 18:50 | |
*** pcardune has joined #zope3-dev | 18:50 | |
*** dobee has quit IRC | 18:50 | |
pyqwer | Ok, here's the problem: The request object has two list objects, "_app_names" and "_traversed_names". | 18:52 |
pyqwer | I'd assume that all names such as "++lang++" and the like go into "_app_names". | 18:52 |
pyqwer | They normally do, however if I use virtual hosts, they do not. Instead, they are in the traversal stack only. | 18:52 |
pyqwer | In my case I need to assemble an URL out of _app_names and _traversed_names and redirect to it. For a virtual host scenario this fails. | 18:53 |
*** __mac__ has quit IRC | 18:53 | |
pyqwer | So my question is if it's perfectly normal that application names don't go into _app_names in case of virtual hosts or if this is a bug. | 18:55 |
*** jodok has joined #zope3-dev | 18:57 | |
*** quodt has quit IRC | 19:04 | |
*** harobed has quit IRC | 19:06 | |
*** nathany has joined #zope3-dev | 19:19 | |
*** alecm has joined #zope3-dev | 19:20 | |
mgedmin | agroszer: talk to me about test coverage | 19:21 |
agroszer | hey mgedmin | 19:21 |
mgedmin | I've been fighting it for quite a while | 19:21 |
agroszer | it's what you can read above | 19:22 |
*** rmarians` has joined #zope3-dev | 19:22 | |
*** rmarianski has quit IRC | 19:22 | |
agroszer | skips declarations, takes code between those declarations | 19:22 |
*** quodt has joined #zope3-dev | 19:22 | |
mgedmin | this happens when module import happens outside coverage | 19:22 |
mgedmin | IIRC zope.testing used to do that in ancient times | 19:23 |
mgedmin | but it should be fixed now | 19:23 |
agroszer | ahhh | 19:23 |
*** rmarians` is now known as rmarianski | 19:23 | |
agroszer | I'm doing some stuff in the script that's generated by buildout | 19:23 |
mgedmin | before invoking the test runner? | 19:23 |
mgedmin | that's it then | 19:23 |
*** andres_f has joined #zope3-dev | 19:24 | |
mgedmin | maybe del sys.modules['my.app'] in your wrapper | 19:24 |
agroszer | yep, setting some defaults and stuff | 19:24 |
mgedmin | to force re-import with correct coverageing | 19:24 |
mgedmin | but... then your setting of defaults will get lost | 19:24 |
mgedmin | can't you set up those defaults in your test fixtures? | 19:24 |
agroszer | it's about using a different mysql server | 19:25 |
agroszer | first I'll try to remove those "initialization = " | 19:26 |
agroszer | let's see what happens | 19:26 |
agroszer | thanks for the pointer | 19:26 |
*** b52laptop has quit IRC | 19:27 | |
*** markusleist has quit IRC | 19:29 | |
*** jodok has quit IRC | 19:30 | |
agroszer | mgedmin, that was it! thanks again | 19:33 |
*** andres has quit IRC | 19:40 | |
*** jpcw2002 has left #zope3-dev | 19:54 | |
*** faassen has quit IRC | 20:00 | |
*** ignas has quit IRC | 20:02 | |
*** seletz has quit IRC | 20:06 | |
*** seletz has joined #zope3-dev | 20:08 | |
*** sunew has quit IRC | 20:08 | |
*** sunew has joined #zope3-dev | 20:09 | |
*** jpcw2002 has joined #zope3-dev | 20:16 | |
*** RaFromBRC has joined #zope3-dev | 20:22 | |
*** sunew has quit IRC | 20:23 | |
*** seletz has quit IRC | 20:26 | |
*** ignas has joined #zope3-dev | 20:39 | |
*** mkerrin has quit IRC | 20:43 | |
*** fcorrea has left #zope3-dev | 20:48 | |
*** tarek has quit IRC | 20:51 | |
*** alecghica has quit IRC | 20:53 | |
*** jodok has joined #zope3-dev | 20:58 | |
*** agroszer has quit IRC | 20:59 | |
*** nathany is now known as nathany_mtg | 21:04 | |
*** maurits has quit IRC | 21:11 | |
*** alga has quit IRC | 21:17 | |
*** gberdyshev_ has quit IRC | 21:23 | |
*** seletz has joined #zope3-dev | 21:32 | |
*** mgedmin has quit IRC | 21:37 | |
*** nathany_mtg is now known as nathany_is_watch | 21:38 | |
*** nathany_is_watch is now known as nathany | 21:38 | |
*** sunew has joined #zope3-dev | 21:50 | |
*** sunew has quit IRC | 21:54 | |
*** dunny has quit IRC | 21:57 | |
*** lgs has joined #zope3-dev | 22:03 | |
*** tarek has joined #zope3-dev | 22:04 | |
*** tarek has left #zope3-dev | 22:06 | |
*** alga has joined #zope3-dev | 22:06 | |
*** jpcw2002 has quit IRC | 22:09 | |
*** jpcw2002 has joined #zope3-dev | 22:19 | |
*** norro_ has joined #zope3-dev | 22:22 | |
*** b52laptop has joined #zope3-dev | 22:32 | |
lgs | does anybody knows what zope.app.zapi.servicenames is? I can't find it in the zope.app.zapi package but zope.app.onlinehelp is using it | 22:36 |
lgs | you can see it here: http://svn.zope.org/zope.app.onlinehelp/trunk/src/zope/app/onlinehelp/onlinehelptopic.py?rev=75349&view=auto | 22:37 |
lgs | I know the Service concept was used in Zope 3.X but it was discarded long time ago. So I guess this code is a little bit rotten | 22:38 |
*** seletz has left #zope3-dev | 22:40 | |
*** tarek has joined #zope3-dev | 22:44 | |
*** andres_f is now known as andres | 22:46 | |
*** tarek has quit IRC | 22:50 | |
*** RaFromBRC has quit IRC | 22:54 | |
*** RaFromBRC has joined #zope3-dev | 22:57 | |
*** dunny has joined #zope3-dev | 22:58 | |
*** sunew has joined #zope3-dev | 23:03 | |
*** tarek has joined #zope3-dev | 23:25 | |
*** norro_ has quit IRC | 23:27 | |
*** pyqwer has quit IRC | 23:29 | |
*** tarek has quit IRC | 23:32 | |
*** norro has quit IRC | 23:44 | |
*** b52lap has joined #zope3-dev | 23:57 | |
*** lgs has left #zope3-dev | 23:57 | |
*** b52laptop has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!