-
Trying to trace function "__execute_sample_during_training" from https://github.com/Nerogar/OneTrainer
There are some errors at the end about \ and \:
__execute_sample_during_training - put_events…
-
Hi, first of all, thank's a lot for your wonderfull project :) I'm a fanatic of NCrunch/Wallaby.js and it's a long time that i'm looking for a tools like fot python !
I've tried something long time a…
-
Instead of using an extra configuration file .pycrunch-config.yaml in the project root, I would prefer using
pyproject.toml in by back_end folder. My pyproject.toml includes settings for pytest, pyli…
-
Pytest discovery allows for configuring the language used to determine what is and is not a test by customizing the file, class and function / method names search using glob patterns. It would be awes…
-
after some hand-twisting of datalad to not blow up due to nested async loop (just temp workaround) etc, I managed to get pycrunch to discover some tests and I tried to run but then saw log being popu…
-
Hi,
When I select a test and try to launch the debugger from the PyCrunch menu I get an error. I have no problem running the tests normally using PyCrunch and I can debug the tests using the standa…
-
It looks like Pycharm runs `python.exe -m pycrunch.main --port=51178` without activating environment when working with anaconda.
When I run manually the command in the current project environment ter…
-
in my case
```
[978310] 2020-10-27 09:06:30,089 - watchgod.watcher - WARNING - error walking file system: FileNotFoundError [Errno 2] No such file or directory: '/home/yoh/proj/datalad/datalad-mast…
-
PyCharm 2024.1 requires plugin update :(
-
IntelliJ IDEA 2022.2.3 (Ultimate Edition)
Build #IU-222.4345.14, built on October 5, 2022
pycrunch-engine==1.4
The tests folder structure is as below:
tests/
test_1.py
test_2.py
util/…