Browse Source

Rename *_test.go -> test_*.go

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
464d4e4816
  1. 0
      tests/go/solutions/addlinkednumbers/test_addlinkednumbers.go
  2. 0
      tests/go/solutions/atoibaseprog/test_atoibaseprog.go
  3. 0
      tests/go/solutions/atoiprog/test_atoiprog.go
  4. 0
      tests/go/solutions/changeorder/test_changeorder.go
  5. 0
      tests/go/solutions/chunk/test_chunk.go
  6. 0
      tests/go/solutions/doppelgangerprog/test_doppelgangerprog.go
  7. 0
      tests/go/solutions/fib/test_fib.go
  8. 0
      tests/go/solutions/findprevprimeprog/test_findprevprimeprog.go
  9. 0
      tests/go/solutions/firstruneprog/test_firstruneprog.go
  10. 0
      tests/go/solutions/foldint/test_foldint.go
  11. 0
      tests/go/solutions/foreachprog/test_foreachprog.go
  12. 0
      tests/go/solutions/game23/test_game23.go
  13. 0
      tests/go/solutions/halfcontestprog/test_halfcontestprog.go
  14. 0
      tests/go/solutions/interestingnumber/test_interestingnumber.go
  15. 0
      tests/go/solutions/inverttree/test_inverttree.go
  16. 0
      tests/go/solutions/isanagram/test_isanagram.go
  17. 0
      tests/go/solutions/itoabaseprog/test_itoabaseprog.go
  18. 0
      tests/go/solutions/itoaprog/test_itoaprog.go
  19. 0
      tests/go/solutions/lastruneprog/test_lastruneprog.go
  20. 0
      tests/go/solutions/lcm/test_lcm.go
  21. 0
      tests/go/solutions/listremoveifprog/test_listremoveifprog.go
  22. 0
      tests/go/solutions/listsizeprog/test_listsizeprog.go
  23. 0
      tests/go/solutions/maxprog/test_maxprog.go
  24. 0
      tests/go/solutions/merge/test_merge.go
  25. 0
      tests/go/solutions/nauuo/test_nauuo.go
  26. 0
      tests/go/solutions/nruneprog/test_nruneprog.go
  27. 0
      tests/go/solutions/printmemory/test_printmemory.go
  28. 0
      tests/go/solutions/priorprime/test_priorprime.go
  29. 0
      tests/go/solutions/reachablenumberprog/test_reachablenumber.go
  30. 0
      tests/go/solutions/reduceint/test_reduceint.go
  31. 0
      tests/go/solutions/reverse/test_reverse.go
  32. 0
      tests/go/solutions/reversebits/test_reversebits.go
  33. 0
      tests/go/solutions/revivethreenums/test_revivethreenums.go
  34. 0
      tests/go/solutions/sametree/test_sametree.go
  35. 0
      tests/go/solutions/sliceprog/test_sliceprog.go
  36. 0
      tests/go/solutions/sortll/test_sortll.go
  37. 0
      tests/go/solutions/sortwordarrprog/test_sortwordarrprog.go
  38. 0
      tests/go/solutions/splitprog/test_splitprog.go
  39. 0
      tests/go/solutions/strlenprog/test_strlenprog.go
  40. 0
      tests/go/solutions/swapbits/test_swapbits.go
  41. 0
      tests/go/solutions/swapprog/test_swapprog.go
  42. 0
      tests/go/solutions/sweetproblem/test_sweetproblem.go
  43. 0
      tests/go/solutions/twosum/test_twosum.go
  44. 0
      tests/go/solutions/volumechanger/test_volumechanger.go
  45. 0
      tests/go/test_abort.go
  46. 0
      tests/go/test_activebits.go
  47. 0
      tests/go/test_advancedsortwordarr.go
  48. 0
      tests/go/test_alphacount.go
  49. 0
      tests/go/test_any.go
  50. 0
      tests/go/test_appendrange.go
  51. 0
      tests/go/test_atoi.go
  52. 0
      tests/go/test_atoibase.go
  53. 0
      tests/go/test_basicatoi.go
  54. 0
      tests/go/test_basicatoi2.go
  55. 0
      tests/go/test_basicjoin.go
  56. 0
      tests/go/test_btreeapplybylevel.go
  57. 0
      tests/go/test_btreeapplyinorder.go
  58. 0
      tests/go/test_btreeapplypostorder.go
  59. 0
      tests/go/test_btreeapplypreorder.go
  60. 0
      tests/go/test_btreedeletenode.go
  61. 0
      tests/go/test_btreeinsertdata.go
  62. 0
      tests/go/test_btreeisbinary.go
  63. 0
      tests/go/test_btreelevelcount.go
  64. 0
      tests/go/test_btreemax.go
  65. 0
      tests/go/test_btreemin.go
  66. 0
      tests/go/test_btreesearchitem.go
  67. 0
      tests/go/test_btreetransplant.go
  68. 0
      tests/go/test_capitalize.go
  69. 0
      tests/go/test_collatzcountdown.go
  70. 0
      tests/go/test_compact.go
  71. 0
      tests/go/test_compare.go
  72. 0
      tests/go/test_concat.go
  73. 0
      tests/go/test_concatparams.go
  74. 0
      tests/go/test_convertbase.go
  75. 0
      tests/go/test_countif.go
  76. 0
      tests/go/test_createelem.go
  77. 0
      tests/go/test_divmod.go
  78. 0
      tests/go/test_eightqueens.go
  79. 0
      tests/go/test_enigma.go
  80. 0
      tests/go/test_fibonacci.go
  81. 0
      tests/go/test_findnextprime.go
  82. 0
      tests/go/test_firstrune.go
  83. 0
      tests/go/test_foreach.go
  84. 0
      tests/go/test_index.go
  85. 0
      tests/go/test_isalpha.go
  86. 0
      tests/go/test_islower.go
  87. 0
      tests/go/test_isnegative.go
  88. 0
      tests/go/test_isnumeric.go
  89. 0
      tests/go/test_isprime.go
  90. 0
      tests/go/test_isprintable.go
  91. 0
      tests/go/test_issorted.go
  92. 0
      tests/go/test_isupper.go
  93. 0
      tests/go/test_iterativefactorial.go
  94. 0
      tests/go/test_iterativepower.go
  95. 0
      tests/go/test_itoa.go
  96. 0
      tests/go/test_itoabase.go
  97. 0
      tests/go/test_join.go
  98. 0
      tests/go/test_lastrune.go
  99. 0
      tests/go/test_listat.go
  100. 0
      tests/go/test_listclear.go
  101. Some files were not shown because too many files changed in this diff diff.show_more

0
tests/go/solutions/addlinkednumbers/addlinkednumbers_test.go → tests/go/solutions/addlinkednumbers/test_addlinkednumbers.go

0
tests/go/solutions/atoibaseprog/atoibaseprog_test.go → tests/go/solutions/atoibaseprog/test_atoibaseprog.go

0
tests/go/solutions/atoiprog/atoiprog_test.go → tests/go/solutions/atoiprog/test_atoiprog.go

0
tests/go/solutions/changeorder/changeorder_test.go → tests/go/solutions/changeorder/test_changeorder.go

0
tests/go/solutions/chunk/chunk_test.go → tests/go/solutions/chunk/test_chunk.go

0
tests/go/solutions/doppelgangerprog/doppelgangerprog_test.go → tests/go/solutions/doppelgangerprog/test_doppelgangerprog.go

0
tests/go/solutions/fib/fib_test.go → tests/go/solutions/fib/test_fib.go

0
tests/go/solutions/findprevprimeprog/findprevprimeprog_test.go → tests/go/solutions/findprevprimeprog/test_findprevprimeprog.go

0
tests/go/solutions/firstruneprog/firstruneprog_test.go → tests/go/solutions/firstruneprog/test_firstruneprog.go

0
tests/go/solutions/foldint/foldint_test.go → tests/go/solutions/foldint/test_foldint.go

0
tests/go/solutions/foreachprog/foreachprog_test.go → tests/go/solutions/foreachprog/test_foreachprog.go

0
tests/go/solutions/game23/game23_test.go → tests/go/solutions/game23/test_game23.go

0
tests/go/solutions/halfcontestprog/halfcontestprog_test.go → tests/go/solutions/halfcontestprog/test_halfcontestprog.go

0
tests/go/solutions/interestingnumber/interestingnumber_test.go → tests/go/solutions/interestingnumber/test_interestingnumber.go

0
tests/go/solutions/inverttree/inverttree_test.go → tests/go/solutions/inverttree/test_inverttree.go

0
tests/go/solutions/isanagram/isanagram_test.go → tests/go/solutions/isanagram/test_isanagram.go

0
tests/go/solutions/itoabaseprog/itoabaseprog_test.go → tests/go/solutions/itoabaseprog/test_itoabaseprog.go

0
tests/go/solutions/itoaprog/itoaprog_test.go → tests/go/solutions/itoaprog/test_itoaprog.go

0
tests/go/solutions/lastruneprog/lastruneprog_test.go → tests/go/solutions/lastruneprog/test_lastruneprog.go

0
tests/go/solutions/lcm/lcm_test.go → tests/go/solutions/lcm/test_lcm.go

0
tests/go/solutions/listremoveifprog/listremoveifprog_test.go → tests/go/solutions/listremoveifprog/test_listremoveifprog.go

0
tests/go/solutions/listsizeprog/listsizeprog_test.go → tests/go/solutions/listsizeprog/test_listsizeprog.go

0
tests/go/solutions/maxprog/maxprog_test.go → tests/go/solutions/maxprog/test_maxprog.go

0
tests/go/solutions/merge/merge_test.go → tests/go/solutions/merge/test_merge.go

0
tests/go/solutions/nauuo/nauuo_test.go → tests/go/solutions/nauuo/test_nauuo.go

0
tests/go/solutions/nruneprog/nruneprog_test.go → tests/go/solutions/nruneprog/test_nruneprog.go

0
tests/go/solutions/printmemory/printmemory_test.go → tests/go/solutions/printmemory/test_printmemory.go

0
tests/go/solutions/priorprime/priorprime_test.go → tests/go/solutions/priorprime/test_priorprime.go

0
tests/go/solutions/reachablenumberprog/reachablenumber_test.go → tests/go/solutions/reachablenumberprog/test_reachablenumber.go

0
tests/go/solutions/reduceint/reduceint_test.go → tests/go/solutions/reduceint/test_reduceint.go

0
tests/go/solutions/reverse/reverse_test.go → tests/go/solutions/reverse/test_reverse.go

0
tests/go/solutions/reversebits/reversebits_test.go → tests/go/solutions/reversebits/test_reversebits.go

0
tests/go/solutions/revivethreenums/revivethreenums_test.go → tests/go/solutions/revivethreenums/test_revivethreenums.go

0
tests/go/solutions/sametree/sametree_test.go → tests/go/solutions/sametree/test_sametree.go

0
tests/go/solutions/sliceprog/sliceprog_test.go → tests/go/solutions/sliceprog/test_sliceprog.go

0
tests/go/solutions/sortll/sortll_test.go → tests/go/solutions/sortll/test_sortll.go

0
tests/go/solutions/sortwordarrprog/sortwordarrprog_test.go → tests/go/solutions/sortwordarrprog/test_sortwordarrprog.go

0
tests/go/solutions/splitprog/splitprog_test.go → tests/go/solutions/splitprog/test_splitprog.go

0
tests/go/solutions/strlenprog/strlenprog_test.go → tests/go/solutions/strlenprog/test_strlenprog.go

0
tests/go/solutions/swapbits/swapbits_test.go → tests/go/solutions/swapbits/test_swapbits.go

0
tests/go/solutions/swapprog/swapprog_test.go → tests/go/solutions/swapprog/test_swapprog.go

0
tests/go/solutions/sweetproblem/sweetproblem_test.go → tests/go/solutions/sweetproblem/test_sweetproblem.go

0
tests/go/solutions/twosum/twosum_test.go → tests/go/solutions/twosum/test_twosum.go

0
tests/go/solutions/volumechanger/volumechanger_test.go → tests/go/solutions/volumechanger/test_volumechanger.go

0
tests/go/abort_test.go → tests/go/test_abort.go

0
tests/go/activebits_test.go → tests/go/test_activebits.go

0
tests/go/advancedsortwordarr_test.go → tests/go/test_advancedsortwordarr.go

0
tests/go/alphacount_test.go → tests/go/test_alphacount.go

0
tests/go/any_test.go → tests/go/test_any.go

0
tests/go/appendrange_test.go → tests/go/test_appendrange.go

0
tests/go/atoi_test.go → tests/go/test_atoi.go

0
tests/go/atoibase_test.go → tests/go/test_atoibase.go

0
tests/go/basicatoi_test.go → tests/go/test_basicatoi.go

0
tests/go/basicatoi2_test.go → tests/go/test_basicatoi2.go

0
tests/go/basicjoin_test.go → tests/go/test_basicjoin.go

0
tests/go/btreeapplybylevel_test.go → tests/go/test_btreeapplybylevel.go

0
tests/go/btreeapplyinorder_test.go → tests/go/test_btreeapplyinorder.go

0
tests/go/btreeapplypostorder_test.go → tests/go/test_btreeapplypostorder.go

0
tests/go/btreeapplypreorder_test.go → tests/go/test_btreeapplypreorder.go

0
tests/go/btreedeletenode_test.go → tests/go/test_btreedeletenode.go

0
tests/go/btreeinsertdata_test.go → tests/go/test_btreeinsertdata.go

0
tests/go/btreeisbinary_test.go → tests/go/test_btreeisbinary.go

0
tests/go/btreelevelcount_test.go → tests/go/test_btreelevelcount.go

0
tests/go/btreemax_test.go → tests/go/test_btreemax.go

0
tests/go/btreemin_test.go → tests/go/test_btreemin.go

0
tests/go/btreesearchitem_test.go → tests/go/test_btreesearchitem.go

0
tests/go/btreetransplant_test.go → tests/go/test_btreetransplant.go

0
tests/go/capitalize_test.go → tests/go/test_capitalize.go

0
tests/go/collatzcountdown_test.go → tests/go/test_collatzcountdown.go

0
tests/go/compact_test.go → tests/go/test_compact.go

0
tests/go/compare_test.go → tests/go/test_compare.go

0
tests/go/concat_test.go → tests/go/test_concat.go

0
tests/go/concatparams_test.go → tests/go/test_concatparams.go

0
tests/go/convertbase_test.go → tests/go/test_convertbase.go

0
tests/go/countif_test.go → tests/go/test_countif.go

0
tests/go/createelem_test.go → tests/go/test_createelem.go

0
tests/go/divmod_test.go → tests/go/test_divmod.go

0
tests/go/eightqueens_test.go → tests/go/test_eightqueens.go

0
tests/go/enigma_test.go → tests/go/test_enigma.go

0
tests/go/fibonacci_test.go → tests/go/test_fibonacci.go

0
tests/go/findnextprime_test.go → tests/go/test_findnextprime.go

0
tests/go/firstrune_test.go → tests/go/test_firstrune.go

0
tests/go/foreach_test.go → tests/go/test_foreach.go

0
tests/go/index_test.go → tests/go/test_index.go

0
tests/go/isalpha_test.go → tests/go/test_isalpha.go

0
tests/go/islower_test.go → tests/go/test_islower.go

0
tests/go/isnegative_test.go → tests/go/test_isnegative.go

0
tests/go/isnumeric_test.go → tests/go/test_isnumeric.go

0
tests/go/isprime_test.go → tests/go/test_isprime.go

0
tests/go/isprintable_test.go → tests/go/test_isprintable.go

0
tests/go/issorted_test.go → tests/go/test_issorted.go

0
tests/go/isupper_test.go → tests/go/test_isupper.go

0
tests/go/iterativefactorial_test.go → tests/go/test_iterativefactorial.go

0
tests/go/iterativepower_test.go → tests/go/test_iterativepower.go

0
tests/go/itoa_test.go → tests/go/test_itoa.go

0
tests/go/itoabase_test.go → tests/go/test_itoabase.go

0
tests/go/join_test.go → tests/go/test_join.go

0
tests/go/lastrune_test.go → tests/go/test_lastrune.go

0
tests/go/listat_test.go → tests/go/test_listat.go

0
tests/go/listclear_test.go → tests/go/test_listclear.go

Some files were not shown because too many files changed in this diff diff.show_more

Loading…
Cancel
Save