> On 20 Sep 2024, at 21:01, Loris Bennett via Python-list
> wrote:
>
> Hi,
>
> Apologies if the following description is to brief - I can expand if no
> one knows what I'm on about, but maybe a short description is enough.
>
> I am developing a command line application using Typer. Most co
Norman Robins wrote:
I'm somewhat new to mocking for unit tests.
I have some code like this:
In foo/bar/baz.py I have 2 function I want to mock, one calls the other"
def function1_to_mock():
.
.
.
def function2_to_mock():
function1_to_mock()
In foo/bar/main.py I import 1 of th
On 20Sep2024 12:52, Martin Nilsson wrote:
The attached program doesn’t work in 3.12.5, but in 3.9 it worked.
This mailing list discards attachments.
Please include your code inline in the message text.
Thanks,
Cameron Simpson
--
https://mail.python.org/mailman/listinfo/python-list
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
- * Fix #117: Add WKD (Web Key Directory) support for auto-locating keys.
Thanks to Myzel394 for the patch.
* Fix #237: Ensure local variable is initialized eve
Dear Sirs !
The attached program doesn’t work in 3.12.5, but in 3.9 it worked.
Best Regards
Martin Nilsson
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
Apologies if the following description is to brief - I can expand if no
one knows what I'm on about, but maybe a short description is enough.
I am developing a command line application using Typer. Most commands
need to do something in a database and also do LDAP stuff. Currently
each comma
Martin Nilsson writes:
> The attached program doesn’t work in 3.12.5, but in 3.9 it worked.
Attachments don't show up either on the mailing list or the newsgroup.
Try again with the program inline in your post (if it's not too long).
--
Keith Thompson (The_Other_Keith) keith.s.thompso...@gmail