Move shutdown-related tests into a new module
authorMatt Corallo <git@bluematt.me>
Mon, 26 Jul 2021 18:59:03 +0000 (18:59 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 17 Aug 2021 02:16:01 +0000 (02:16 +0000)
commit5712de2da0d4591b96b2e5b5d1e7bd68c30c6ad5
tree45590653f5332e5f472c3974a3c6fe3a6eb0c742
parent177810b1522833f85b8b1c422a455e736afe3676
Move shutdown-related tests into a new module

Because ln::functional_tests if over 9000 LoC long, its useful to
move tests into new modules as we can. Here we move all
cooperative shutdown related tests into a new module entitled
`shutdown_tests`
lightning/src/ln/functional_tests.rs
lightning/src/ln/mod.rs
lightning/src/ln/shutdown_tests.rs [new file with mode: 0644]