Gleb Sevruk

Results 9 comments of Gleb Sevruk

I like how birdseye looks. I was trying to implement similar record/replay in my test runner ( https://pycrunch.com/docs/variables-tracing ), but it turns out HTML is much easier than Java Swing...

@pikhovkin I backported/added experimental support for 2.7: https://github.com/gleb-sevruk/pycrunch-trace/tree/python2.7_support In case if you interested in testing you can checkout this branch locally and link package in your 2.7 venv using `cd...

@AlexDisler Any updates if we can merge it?

I did some digging and tried to implement AST discovery. Everything was fine until I had to find a class inheritance tree; `AdvancedScenario` -> `AdvancedTestCase` -> `AbstractTestCase` -> `TestCase`; AST...

It looks like some symlink (`lib/python3.5/os.py`). But I do not understand why is it watching this folder. Maybe there is some coverage collected on the file? Can you try to...

Maybe your tests hit `lib/python3.5/os.py` and then scheduled to be watched for changes inside `./pycrunch/watcher/fs_watcher.py` `FSWatcher.watch` method

This is sometimes convenient to dive into libraries in pycharm and see what is covered inside of libraries: `/Users/gleb/venv/lib/python3.6/site-packages/django/test/client.py`: ![image](https://user-images.githubusercontent.com/29545691/97437234-d69f8a00-192b-11eb-81a1-830e6e7a1591.png) But I agree this should not default behavior.

I think this behavior should be disabled by default, so it will be more secure, and no one on the network can attach to WebSocket and read files That is...

The above comment doesn't answer original question, see here: https://github.com/gleb-sevruk/pycrunch-engine/issues/31#issuecomment-717389041