Skip to content

Commit 9990b49

Browse files
committed
Add support for test module.
1 parent d798647 commit 9990b49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/sus/integrations/datadog.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def around
4848
framework_version: Sus::VERSION,
4949
test_name: self.class.to_s,
5050
test_suite: self.class.superclass.full_name,
51+
test_module: @__assertions__.target.to_s,
5152
test_type: 'unit'
5253
}
5354

0 commit comments

Comments
 (0)