Avraham

Results 9 comments of Avraham

Core api doesn't have a File type yet, it is marked as # LATER: File see https://github.com/core-api/python-coreschema/blob/master/coreschema/schemas.py#L24

Hi, I saw many people with the same issue or something similar, I pushed the missing features I wish existed between this project, coreapi, coreschema, openapi_codec, and DRF. I just...

Thank you for your reply. In my test it was able to generate 6 tests cases, it does not seems to fail, but the output is printed while running. I...

I'm still trying to understand the error messages printed while pynguin is running. Are they expected? what does they mean?

this is the command: `PYNGUIN_DANGER_AWARE=1 pynguin --project-path . --output-path guin/testdns --module-name dns.ipv4` full output: > [01:06:38] ERROR Cannot collect constants: 'utf-8' codec can't decode byte 0xff in position 0: invalid...

looks like this is a constant defined here: https://github.com/meanmail-dev/requirements/blob/c0f0f795b2c39642e2ae7c0372df7037edd5c266/src/main/kotlin/ru/meanmail/pypi/PyPi.kt#L29 ideally it should get this from the manage repositories url list from pycharm

have the same issue, I have a samsung rf511 laptop with mint 12 sudo modprobe nvidia-current FATAL: Error inserting nvidia_current (/lib/modules/3.0.0-13-generic/kernel/drivers/char/drm/nvidia_current.ko): No such device sudo sh ironhide-enablecard _PS0 Enabling nVidia...

From what I understand the trace function determines which files are covered, and the current implementation just track coverage for all python code, including installed libraries and the standard library....

I'm making some tests with a sample project, this is basically what I changed on the trace function: ``` if _module_path is not None: if filename.startswith("."): filename = filename[1:] elif...