We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798647 commit 9990b49Copy full SHA for 9990b49
1 file changed
lib/sus/integrations/datadog.rb
@@ -48,6 +48,7 @@ def around
48
framework_version: Sus::VERSION,
49
test_name: self.class.to_s,
50
test_suite: self.class.superclass.full_name,
51
+ test_module: @__assertions__.target.to_s,
52
test_type: 'unit'
53
}
54
0 commit comments