mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
test: move oldtests to test directory (#22536)
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.
This commit is contained in:
4
test/old/testdir/pyxfile/py3_magic.py
Normal file
4
test/old/testdir/pyxfile/py3_magic.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# requires python 3.x
|
||||
|
||||
import sys
|
||||
print(sys.version)
|
||||
Reference in New Issue
Block a user