From 63a88c873f3643aad9208488765dc53618edd40e Mon Sep 17 00:00:00 2001 From: Jędrzej Boczar Date: Thu, 22 Apr 2021 20:53:30 +0200 Subject: move all tests to top-level tests/ directory --- tests/indent/python/basic_blocks.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/indent/python/basic_blocks.py (limited to 'tests/indent/python/basic_blocks.py') diff --git a/tests/indent/python/basic_blocks.py b/tests/indent/python/basic_blocks.py new file mode 100644 index 000000000..4f36359bd --- /dev/null +++ b/tests/indent/python/basic_blocks.py @@ -0,0 +1,14 @@ +from os import ( + path, + name as OsName +) + +def foo(x): + pass + +class Foo: + def __init__(self): + pass + + def foo(self): + pass -- cgit v1.2.3-70-g09d2