Move maps tests to integration tests

This commit is contained in:
2026-05-12 18:32:45 +02:00
parent f1d5ccafd2
commit ff148532ab
3 changed files with 29 additions and 38 deletions
-4
View File
@@ -1,4 +1,3 @@
#[cfg(test)]
#[macro_export]
macro_rules! vertex_map_tests {
($T:ty) => {
@@ -73,7 +72,6 @@ macro_rules! vertex_map_tests {
};
}
#[cfg(test)]
#[macro_export]
macro_rules! vertex_map_deletion_tests {
($T:ty) => {
@@ -120,7 +118,6 @@ macro_rules! vertex_map_deletion_tests {
};
}
#[cfg(test)]
#[macro_export]
macro_rules! edge_map_tests {
($T:ty) => {
@@ -207,7 +204,6 @@ macro_rules! edge_map_tests {
};
}
#[cfg(test)]
#[macro_export]
macro_rules! edge_map_deletion_tests {
($T:ty) => {