Korinne Adler

Results 197 comments of Korinne Adler

Thanks for the input, @jkyeung. I'm very new to type hints, so I'm not sure the approach that I'd want to take just yet. The biggest concern I had with...

Yeah, the current development release (2.0.0-dev) is Python 3.6+

The v1 branch still "supports" Python 2, but I don't anticipate many changes there.

IIRC, you need [pytest-cov](https://pypi.org/project/pytest-cov/) installed. Been a while, but IIRC you can use something like `poetry run python -m pytest tests` since Poetry manages the venvs for you.

@jwoehr feel free to work on it if you like!

Is it installed in poetry's venv? (eg. `poetry run pip env`)

It appears that in your output you have the string "Kyle?s van" where ? is a substitute character (0x1A in UTF-8). As XML does not allow control characters other than...

Sorry, I gave the wrong command but you figured out what I meant. Hmm, looks at the error message closer it looks like `test_idb2call_with_ibm_db` is taking a fixture called "mocker"....

I got it set up on my new system. Here's what I did: - Install poetry https://python-poetry.org/docs/#installation - Ran `poetry install` - Ran `poetry run python -m pytest`

There might be a way to do this with pure pip nowadays since some recent PEPs, but I'm not sure on that process.