Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
214 changes: 0 additions & 214 deletions testing/integration-tests/src/full_client/codegen/codegen_tests.rs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use codec::Decode;
use regex::Regex;
use subxt_codegen::{ syn, CodegenBuilder };
use subxt_codegen::{syn, CodegenBuilder};
use subxt_metadata::Metadata;

fn load_test_metadata() -> Metadata {
Expand Down
1 change: 0 additions & 1 deletion testing/integration-tests/src/full_client/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
#[allow(clippy::all)]
mod polkadot;

mod codegen_tests;
mod documentation;
7 changes: 1 addition & 6 deletions testing/integration-tests/src/full_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
// see LICENSE for license details.

#[cfg(test)]
mod blocks;
#[cfg(test)]
mod client;
#[cfg(test)]
mod codegen;
Copy link
Copy Markdown
Contributor

@niklasad1 niklasad1 Feb 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can probably use in #![cfg(test)] globally here instead repeating test for each module :)

mod frame;
#[cfg(test)]
mod metadata;
#[cfg(test)]
mod runtime_api;
#[cfg(test)]
mod storage;