コード例 #1
0
ファイル: test_helpers.py プロジェクト: abhinavthomas/allura
def test_sharded_path():
    assert_equals(h.sharded_path('foobar'), 'f/fo')
コード例 #2
0
def test_sharded_path():
    assert_equals(h.sharded_path('foobar'), 'f/fo')
コード例 #3
0
def test_sharded_path():
    assert_equals(h.sharded_path("foobar"), "f/fo")