]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Move onion failure tests from functional_tests to their own file
authorMatt Corallo <git@bluematt.me>
Mon, 14 Sep 2020 20:49:05 +0000 (16:49 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 16 Sep 2020 15:12:51 +0000 (11:12 -0400)
They all have a specific structure, so having them in the mess that
is functional_tests isn't really conducive to readability. More
importantly, functional_tests is so big it slows down compilation,
so even dropping a few hundred lines is a win.


No differences found