]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Move test data to data
authorŁukasz Langa <lukasz@langa.pl>
Wed, 6 Jun 2018 22:39:58 +0000 (15:39 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 6 Jun 2018 22:48:38 +0000 (15:48 -0700)
commitf71db23824a25300618dd0625085ade8d2b3a7a8
treec639e9308399f42b3390c1ab82e8ef66ff6b4651
parent92a150d9e45379ea8c14e1b10293d659f60eb132
Move test data to data
37 files changed:
tests/data/cantfit.py [moved from tests/cantfit.py with 100% similarity]
tests/data/class_blank_parentheses.py [moved from tests/class_blank_parentheses.py with 100% similarity]
tests/data/class_methods_new_line.py [moved from tests/class_methods_new_line.py with 100% similarity]
tests/data/comments.py [moved from tests/comments.py with 100% similarity]
tests/data/comments2.py [moved from tests/comments2.py with 100% similarity]
tests/data/comments3.py [moved from tests/comments3.py with 100% similarity]
tests/data/comments4.py [moved from tests/comments4.py with 100% similarity]
tests/data/comments5.py [moved from tests/comments5.py with 100% similarity]
tests/data/composition.py [moved from tests/composition.py with 100% similarity]
tests/data/debug_visitor.out [moved from tests/debug_visitor.out with 100% similarity]
tests/data/debug_visitor.py [moved from tests/debug_visitor.py with 100% similarity]
tests/data/empty_lines.py [moved from tests/empty_lines.py with 100% similarity]
tests/data/expression.diff [moved from tests/expression.diff with 100% similarity]
tests/data/expression.py [moved from tests/expression.py with 100% similarity]
tests/data/fmtonoff.py [moved from tests/fmtonoff.py with 100% similarity]
tests/data/force_py36.py [moved from tests/force_py36.py with 100% similarity]
tests/data/force_pyi.py [moved from tests/force_pyi.py with 100% similarity]
tests/data/fstring.py [moved from tests/fstring.py with 100% similarity]
tests/data/function.py [moved from tests/function.py with 100% similarity]
tests/data/function2.py [moved from tests/function2.py with 100% similarity]
tests/data/import_spacing.py [moved from tests/import_spacing.py with 100% similarity]
tests/data/include_exclude_tests/b/.definitely_exclude/a.pie [moved from tests/include_exclude_tests/b/.definitely_exclude/a.pie with 100% similarity]
tests/data/include_exclude_tests/b/.definitely_exclude/a.py [moved from tests/include_exclude_tests/b/.definitely_exclude/a.py with 100% similarity]
tests/data/include_exclude_tests/b/.definitely_exclude/a.pyi [moved from tests/include_exclude_tests/b/.definitely_exclude/a.pyi with 100% similarity]
tests/data/include_exclude_tests/b/dont_exclude/a.pie [moved from tests/include_exclude_tests/b/dont_exclude/a.pie with 100% similarity]
tests/data/include_exclude_tests/b/dont_exclude/a.py [moved from tests/include_exclude_tests/b/dont_exclude/a.py with 100% similarity]
tests/data/include_exclude_tests/b/dont_exclude/a.pyi [moved from tests/include_exclude_tests/b/dont_exclude/a.pyi with 100% similarity]
tests/data/include_exclude_tests/b/exclude/a.pie [moved from tests/include_exclude_tests/b/exclude/a.pie with 100% similarity]
tests/data/include_exclude_tests/b/exclude/a.py [moved from tests/include_exclude_tests/b/exclude/a.py with 100% similarity]
tests/data/include_exclude_tests/b/exclude/a.pyi [moved from tests/include_exclude_tests/b/exclude/a.pyi with 100% similarity]
tests/data/python2.py [moved from tests/python2.py with 100% similarity]
tests/data/python2_unicode_literals.py [moved from tests/python2_unicode_literals.py with 100% similarity]
tests/data/slices.py [moved from tests/slices.py with 100% similarity]
tests/data/string_prefixes.py [moved from tests/string_prefixes.py with 100% similarity]
tests/data/string_quotes.py [moved from tests/string_quotes.py with 100% similarity]
tests/data/stub.pyi [moved from tests/stub.pyi with 100% similarity]
tests/test_black.py