aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/useraddedctor_test.py
Commit message (Collapse)AuthorAgeFilesLines
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
| | | | We can't run they standalone anyway, because they need some env vars to be exported like PYTHONPATH.
* Fix issue triggerd when an code injection on constructor tries to useHugo Lima2010-02-031-0/+40
the object being constructed before it was fully constructed. For this use case, use inject-code with position=end.