mirror of https://gitlab.com/litecord/litecord.git
black run on tests folder
This commit is contained in:
parent
1d2df14527
commit
bd1d756d22
|
|
@ -24,9 +24,9 @@ import pytest
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_guild_create(test_cli_user):
|
async def test_guild_create(test_cli_user):
|
||||||
"""Test the creation of a guild, in three stages:
|
"""Test the creation of a guild, in three stages:
|
||||||
- creating it
|
- creating it
|
||||||
- checking the list
|
- checking the list
|
||||||
- deleting it
|
- deleting it
|
||||||
"""
|
"""
|
||||||
g_name = secrets.token_hex(5)
|
g_name = secrets.token_hex(5)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue