mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 20:38:30 +00:00
Update test names
This commit is contained in:
parent
d5cb49758c
commit
57269cf47f
@ -273,7 +273,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn should_find_face_multiple_references() -> anyhow::Result<()> {
|
fn multiple_references_to_face_within_solid() -> anyhow::Result<()> {
|
||||||
let mut core = Core::new();
|
let mut core = Core::new();
|
||||||
|
|
||||||
let surface = Surface::from_uv(
|
let surface = Surface::from_uv(
|
||||||
@ -329,7 +329,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn should_find_region_multiple_references() -> anyhow::Result<()> {
|
fn multiple_references_to_region_within_solid() -> anyhow::Result<()> {
|
||||||
let mut core = Core::new();
|
let mut core = Core::new();
|
||||||
|
|
||||||
let surface = Surface::from_uv(
|
let surface = Surface::from_uv(
|
||||||
@ -373,7 +373,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn should_find_cycle_multiple_references() -> anyhow::Result<()> {
|
fn multiple_references_to_cycle_within_solid() -> anyhow::Result<()> {
|
||||||
let mut core = Core::new();
|
let mut core = Core::new();
|
||||||
|
|
||||||
let surface = Surface::from_uv(
|
let surface = Surface::from_uv(
|
||||||
@ -421,7 +421,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn should_find_half_edge_multiple_references() -> anyhow::Result<()> {
|
fn multiple_references_to_half_edge_within_solid() -> anyhow::Result<()> {
|
||||||
let mut core = Core::new();
|
let mut core = Core::new();
|
||||||
|
|
||||||
let surface = Surface::from_uv(
|
let surface = Surface::from_uv(
|
||||||
|
Loading…
Reference in New Issue
Block a user