From ce2e0eeb7b0eeb8d5f188ec98e1f1b3d1307ca9c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 14 Feb 2017 22:03:25 +0300 Subject: tests/run-tests: Allow to skip tests using async/await keywords. --- tests/feature_check/async_check.py | 3 +++ tests/feature_check/async_check.py.exp | 0 2 files changed, 3 insertions(+) create mode 100644 tests/feature_check/async_check.py create mode 100644 tests/feature_check/async_check.py.exp (limited to 'tests/feature_check') diff --git a/tests/feature_check/async_check.py b/tests/feature_check/async_check.py new file mode 100644 index 000000000..0f6361cd1 --- /dev/null +++ b/tests/feature_check/async_check.py @@ -0,0 +1,3 @@ +# check if async/await keywords are supported +async def foo(): + await 1 diff --git a/tests/feature_check/async_check.py.exp b/tests/feature_check/async_check.py.exp new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3