Alon Horev

Results 19 comments of Alon Horev

Hi, pytrace doesn't support windows at the moment. I'll add it within a month or so. Thanks for your support!

first of all, thanks for making the effort of opening the tickets. now, can you please provide more information? what errors did you have? what changes have you made to...

What exactly are you trying to achieve? the API is very minimal: pytrace.start() and pytrace.stop() will trace execution and save the traces to a file in the current directory (traces.sqlite)....

I'm assuming you mean whether you can register two tracing functions? (for example running tests with the coverage.py module in addition to pytrace). That's not possible. Python doesn't let you...

Could it be that the test file imports all these classes. (are you importing using '*'?)

I cloned the repo and it behaved as expected: ``` % nosetests --config=nose.cfg core/data/parsers/tests/test_swf.py: % nosetests --config=nose.cfg core/data/parsers/tests/test_swf.py:TestSWFParser ``` I don't have the nose.cfg file, can you try without it?...

Thanks for opening the pull request! I want to add this feature but I'm wondering if it's better to import the module if it's a module name (for example: my...

I'll get back to this in a few days once I return home from a conference. Thanks again.