From d56baeb683fc1935cfa343fa2eeb0fa9bd955283 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Tue, 22 Feb 2022 05:29:55 -0500 Subject: Add Async Support (#1899) Co-authored-by: Chayim I. Kirshen Co-authored-by: dvora-h --- tests/test_asyncio/test_commands.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_asyncio/test_commands.py (limited to 'tests/test_asyncio/test_commands.py') 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 +""" -- cgit v1.2.1