setScriptDescription('Test the number of completions for the URI')

def comps(s):
    print s
    print len( getCompletions(s) )
    
comps('https://github.com/autoplot/dev/blob/master/bugs/sf/2507/') 
comps('https://github.com/autoplot/dev/blob/master/bugs/sf/2507/t') 
comps('https://github.com/autoplot/dev/master/bugs/sf/2507/t') 

comps( 'https://jfaden.net/git/jbfaden/public/master/2023/20230215/afile.' ) 
comps( 'https://jfaden.net/git/jbfaden/public/master/2023/20230215/afile.' ) 
comps( 'https://abbith.physics.uiowa.edu/jbf/juno/-/tree/master/team/wigglePlot/wiggle' )