povbot | /svn/commits: * pcardune committed revision 5777: | 00:05 |
---|---|---|
povbot | /svn/commits: Added a failing test for a bug in deleting overridden requirements | 00:05 |
*** pcardune has quit IRC | 00:11 | |
*** ignas has quit IRC | 00:29 | |
*** alga has quit IRC | 01:06 | |
*** srichter has joined #schooltool | 01:29 | |
povbot | /svn/commits: * srichter committed revision 5778: | 02:11 |
povbot | /svn/commits: Fixed requirement bug that Paul discovered earlier today. | 02:11 |
*** pcardune has joined #schooltool | 03:13 | |
pcardune | srichter: did you have any reasoning behind making unwrapRequirement a modifier function? | 03:48 |
*** pcardune has quit IRC | 09:41 | |
*** mgedmin has joined #schooltool | 14:59 | |
tiredbones | mgedmin, can I ask a question about test.py fron the zope3book? | 15:06 |
tiredbones | mgedmin, can I ask you estion about test.py fron the zope3book? | 15:06 |
mgedmin | go ahead | 15:23 |
tiredbones | I'm doing ch.13 and I'm on the step to run the test. "python test.py -vpu --dir src/book/messageboard". Here's the error http://pastebin.com/583427. my PYTHONPATH=/usr/local/Zope-3.2/zop3/src. want am I doing wrong? | 15:28 |
mgedmin | test.py in zope3 changed since the z3book | 15:30 |
mgedmin | now you need to pass in the package name, not a relative directory name to --dir | 15:30 |
mgedmin | try python test.py -vpu --dir book.mnessageboard | 15:30 |
mgedmin | although I'd use --package book.messageboard or (shorter!) -s book.messageboard | 15:30 |
tiredbones | mgedmin, If I leave out src the test.py doesn't even run.I tried all your suggestion. Is the error telling me that the path is not recognize? | 15:38 |
mgedmin | hmm | 15:38 |
mgedmin | can you paste the error message? | 15:38 |
mgedmin | is the location that contains the 'book' package on $PYTHONPATH? | 15:38 |
tiredbones | mgedmin, http://pastebin.com/583427, My $PYTHONPATH=/usr/local/Zope-3.2/zope3 | 15:39 |
tiredbones | mgedmin, http://pastebin.com/583427, My $PYTHONPATH=/usr/local/Zope-3.2/zope3/src | 15:40 |
mgedmin | it's the same error message! | 15:40 |
mgedmin | you said test.py doesn't even run if you leave out src/ | 15:41 |
mgedmin | how exactly doesn't it run? | 15:41 |
mgedmin | does it find 0 tests? | 15:41 |
tiredbones | mgedmin, yes | 15:41 |
mgedmin | where is the 'book' package? /usr/local/Zope-3.2/zope3/src/book? | 15:42 |
mgedmin | somewhere else? | 15:42 |
tiredbones | mgedmin, yes, if I leave oyt src I get 0 test. | 15:42 |
tiredbones | it's in /usr/local/Zope-3.2/zope3/src/book | 15:42 |
mgedmin | hmm | 15:42 |
tiredbones | when I echo $PYTHONPATH I get /usr/local/Zope-3.2/zope3/src | 15:43 |
tiredbones | I tried several differet PYTHONPATH and nothing seem to work. | 15:44 |
*** mgedmin has quit IRC | 15:45 | |
povbot | /svn/commits: * srichter committed revision 5779: | 15:51 |
povbot | /svn/commits: Remove deprecation warnings. Hopefully buildbot will be happy. | 15:51 |
*** mgedmin has joined #schooltool | 16:09 | |
srichter | so I just updated ST to get rid of deprecation warnings | 16:13 |
srichter | I really like being on the trunk again, fixing things as they get merged into Zope 3 | 16:13 |
mgedmin | thanks! | 16:14 |
*** mgedmin_ has joined #schooltool | 16:15 | |
*** mgedmin has quit IRC | 16:15 | |
*** mgedmin_ is now known as mgedmin | 16:15 | |
*** Aiste has quit IRC | 16:56 | |
*** Aiste has joined #schooltool | 17:01 | |
*** mgedmin has quit IRC | 17:03 | |
*** JohnnyST has quit IRC | 18:53 | |
povbot | /svn/commits: * srichter committed revision 5780: | 20:33 |
povbot | /svn/commits: Factored out Term and TermContainer from st.timetable and moved it to st.term in preparation for my work. | 20:33 |
povbot | /svn/commits: Along the way I noticed that effectively all packages depend on st.term, because of the sample data tests. :-( | 20:34 |
povbot | /svn/commits: * srichter committed revision 5781: | 20:43 |
povbot | /svn/commits: Change __eq__ to __cmp__. | 20:43 |
povbot | /svn/commits: * srichter committed revision 5782: | 20:53 |
povbot | /svn/commits: Paul's recent checkin of the unwrap code did not really test the change, but I know why it happened (security proxy) and I fixed it. Also, his new getRequirementKey() function was not tested, so I added a test for that. | 20:53 |
*** pcardune has joined #schooltool | 23:14 | |
*** pcardune has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!