diff options
Diffstat (limited to 'tests/test_asyncio/test_commands.py')
-rw-r--r-- | tests/test_asyncio/test_commands.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_asyncio/test_commands.py b/tests/test_asyncio/test_commands.py new file mode 100644 index 0000000..12855c9 --- /dev/null +++ b/tests/test_asyncio/test_commands.py @@ -0,0 +1,3 @@ +""" +Tests async overrides of commands from their mixins +""" |