]> git.madduck.net Git - etc/vim.git/blobdiff - .vim/bundle/black/tests/data/cases/static/git-favicon.png

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:

Merge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5'
[etc/vim.git] / .vim / bundle / black / tests / data / cases / static / git-favicon.png
diff --git a/tests/data/cases/torture.py b/tests/data/cases/torture.py
deleted file mode 100644 (file)
index 2a19475..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-importA;() << 0 ** 101234234242352525425252352352525234890264906820496920680926538059059209922523523525 #
-
-assert sort_by_dependency(
-    {
-        "1": {"2", "3"}, "2": {"2a", "2b"}, "3": {"3a", "3b"},
-        "2a": set(), "2b": set(), "3a": set(), "3b": set()
-    }
-) == ["2a", "2b", "2", "3a", "3b", "3", "1"]
-
-importA
-0;0^0#
-
-class A:
-    def foo(self):
-        for _ in range(10):
-            aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc(  # pylint: disable=no-member
-                xxxxxxxxxxxx
-            )
-
-def test(self, othr):
-    return (1 == 2 and
-            (name, description, self.default, self.selected, self.auto_generated, self.parameters, self.meta_data, self.schedule) ==
-            (name, description, othr.default, othr.selected, othr.auto_generated, othr.parameters, othr.meta_data, othr.schedule))
-
-
-assert (
-    a_function(very_long_arguments_that_surpass_the_limit, which_is_eighty_eight_in_this_case_plus_a_bit_more)
-    == {"x": "this need to pass the line limit as well", "b": "but only by a little bit"}
-)
-
-# output
-
-importA
-(
-    ()
-    << 0
-    ** 101234234242352525425252352352525234890264906820496920680926538059059209922523523525
-)  #
-
-assert sort_by_dependency(
-    {
-        "1": {"2", "3"},
-        "2": {"2a", "2b"},
-        "3": {"3a", "3b"},
-        "2a": set(),
-        "2b": set(),
-        "3a": set(),
-        "3b": set(),
-    }
-) == ["2a", "2b", "2", "3a", "3b", "3", "1"]
-
-importA
-0
-0 ^ 0  #
-
-
-class A:
-    def foo(self):
-        for _ in range(10):
-            aaaaaaaaaaaaaaaaaaa = bbbbbbbbbbbbbbb.cccccccccc(
-                xxxxxxxxxxxx
-            )  # pylint: disable=no-member
-
-
-def test(self, othr):
-    return 1 == 2 and (
-        name,
-        description,
-        self.default,
-        self.selected,
-        self.auto_generated,
-        self.parameters,
-        self.meta_data,
-        self.schedule,
-    ) == (
-        name,
-        description,
-        othr.default,
-        othr.selected,
-        othr.auto_generated,
-        othr.parameters,
-        othr.meta_data,
-        othr.schedule,
-    )
-
-
-assert a_function(
-    very_long_arguments_that_surpass_the_limit,
-    which_is_eighty_eight_in_this_case_plus_a_bit_more,
-) == {"x": "this need to pass the line limit as well", "b": "but only by a little bit"}
-