Dpytest

Latest version: v0.7.0

Safety actively analyzes 618967 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2.3

2.2.0

- Embed equality check now checks for equality of fields.
- Fix members factories to add the "flags" key (necessary in 2.2.0)

0.7.0

⚠️ Warning ⚠️:

This can be **breaking** :

The `configure` function has changed.
It nows accepts either an `int` (like in the previous version) OR a `list` of `string` for the parameters `guilds`, `text_channels`, `voice_channels` and `members`.
But the names of the parameters had to be changed.

`num_guilds`, `num_text_channels`, `num_voice_channels`, `num_members` are DERECATED.

Example:

python
dpytest.configure(bot,
guilds=["CoolGuild", "LameGuild"],
text_channels=["Fruits", "Videogames"],
voice_channels=2,
members=["Joe", "Jack", "William", "Averell"])


Other changes:

- fixes in typing
- add `content_type` to `dict_from_attachment()`

0.6.8

0.6.7

Fix bug in channel_history

Fix issue 111

0.6.6

Support asyncio tasks that have no \_\_name\_\_

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.