Skip to main content

dns_update/tests/
mod.rs

1/*
2 * Copyright Stalwart Labs LLC See the COPYING
3 * file at the top-level directory of this distribution.
4 *
5 * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 * https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 * <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
8 * option. This file may not be copied, modified, or distributed
9 * except according to those terms.
10 */
11
12pub mod bunny_test;
13pub mod desec_tests;
14pub mod dnsimple_tests;
15pub mod google_cloud_dns_tests;
16#[cfg(test)]
17pub mod lib_tests;
18pub mod ovh_tests;
19pub mod porkbun_tests;
20#[cfg(test)]
21pub mod route53_tests;
22pub mod spaceship_tests;