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://git.jfaden.net/jbfaden/public/master/2023/20230215/afile.' ) 
comps( 'https://git.jfaden.net/jbfaden/public/master/2023/20230215/afile.' ) 
comps( 'https://research-git.uiowa.edu/abbith/juno/-/tree/main/team/wigglePlot/wiggle' )