Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Dec 14, 2023
1 parent 4bd1349 commit 0676c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/private.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ pub fn extract_test_name(module_path: &str) -> String {

/// Extracts the name of the currently executing tests using [`backtrace`].
pub fn extract_test_name_from_backtrace(module_path: &str) -> String {
dbg!(module_path);
for symbol in backtrace::Backtrace::new()
.frames()
.iter()
Expand Down

0 comments on commit 0676c10

Please sign in to comment.