Move maps tests to integration tests
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user