Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_format_property
Method
test_format_property
c_glib/test/test-strftime-options.rb:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
end
24
25
def test_format_property
26
assert_equal(
"%Y-%m-%dT%H:%M:%S"
, @options.format)
27
@options.format =
"%Y-%m-%d"
28
assert_equal(
"%Y-%m-%d"
, @options.format)
29
end
30
31
def test_locale_property
32
assert_equal(
"C"
, @options.locale)
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected