Browse Source

Abandon testing package for programs and remove exam exception (bis)

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
3822ef6766
  1. 0
      tests/go/solutions/addprimesum/test_addprimesum.go
  2. 0
      tests/go/solutions/alphamirror/test_alphamirror.go
  3. 0
      tests/go/solutions/balancedstring/test_balancedstring.go
  4. 0
      tests/go/solutions/brackets/test_brackets.go
  5. 0
      tests/go/solutions/brainfuck/test_brainfuck.go
  6. 0
      tests/go/solutions/capitalizeprog/test_capitalizeprog.go
  7. 0
      tests/go/solutions/cleanstr/test_cleanstr.go
  8. 0
      tests/go/solutions/compareprog/test_compareprog.go
  9. 0
      tests/go/solutions/costumeprofit/test_costumeprofit.go
  10. 0
      tests/go/solutions/countdown/test_countdown.go
  11. 0
      tests/go/solutions/displaya/test_displaya.go
  12. 0
      tests/go/solutions/displayalpham/test_displayalpham.go
  13. 0
      tests/go/solutions/displayalrevm/test_displayalrevm.go
  14. 0
      tests/go/solutions/displayfirstparam/test_displayfirstparam.go
  15. 0
      tests/go/solutions/displaylastparam/test_displaylastparam.go
  16. 0
      tests/go/solutions/displayz/test_displayz.go
  17. 0
      tests/go/solutions/doopprog/test_doopprog.go
  18. 0
      tests/go/solutions/expandstr/test_expandstr.go
  19. 0
      tests/go/solutions/firstword/test_firstword.go
  20. 0
      tests/go/solutions/fprime/test_fprime.go
  21. 0
      tests/go/solutions/gcd/test_gcd.go
  22. 0
      tests/go/solutions/grouping/test_grouping.go
  23. 0
      tests/go/solutions/hello/test_hello.go
  24. 0
      tests/go/solutions/hiddenp/test_hiddenp.go
  25. 0
      tests/go/solutions/inter/test_inter.go
  26. 0
      tests/go/solutions/ispowerof2/test_ispowerof2.go
  27. 0
      tests/go/solutions/lastword/test_lastword.go
  28. 0
      tests/go/solutions/nenokku/test_nenokku.go
  29. 0
      tests/go/solutions/onlya/test_onlya.go
  30. 0
      tests/go/solutions/onlyz/test_onlyz.go
  31. 0
      tests/go/solutions/options/test_options.go
  32. 0
      tests/go/solutions/paramcount/test_paramcount.go
  33. 0
      tests/go/solutions/piglatin/test_piglatin.go
  34. 0
      tests/go/solutions/printalphabetprog/test_printalphabetprog.go
  35. 0
      tests/go/solutions/printbits/test_printbits.go
  36. 0
      tests/go/solutions/printchessboard/test_printchessboard.go
  37. 0
      tests/go/solutions/printcombprog/test_printcombprog.go
  38. 0
      tests/go/solutions/printdigitsprog/test_printdigitsprog.go
  39. 0
      tests/go/solutions/printhex/test_printhex.go
  40. 0
      tests/go/solutions/printrevcombprog/test_printrevcombprog.go
  41. 0
      tests/go/solutions/printreversealphabetprog/test_printreversealphabetprog.go
  42. 0
      tests/go/solutions/printstrprog/test_printstrprog.go
  43. 0
      tests/go/solutions/range/test_range.go
  44. 0
      tests/go/solutions/repeatalpha/test_repeatalpha.go
  45. 0
      tests/go/solutions/reverserange/test_reverserange.go
  46. 0
      tests/go/solutions/reversestrcap/test_reversestrcap.go
  47. 0
      tests/go/solutions/revwstr/test_revwstr.go
  48. 0
      tests/go/solutions/robottoorigin/test_robottoorigin.go
  49. 0
      tests/go/solutions/romannumbers/test_romannumbers.go
  50. 0
      tests/go/solutions/rostring/test_rostring.go
  51. 0
      tests/go/solutions/rot13/test_rot13.go
  52. 0
      tests/go/solutions/rot14prog/test_rot14prog.go
  53. 0
      tests/go/solutions/rpncalc/test_rpncalc.go
  54. 0
      tests/go/solutions/searchreplace/test_searchreplace.go
  55. 0
      tests/go/solutions/strrevprog/test_strrevprog.go
  56. 0
      tests/go/solutions/switchcase/test_switchcase.go
  57. 0
      tests/go/solutions/tabmult/test_tabmult.go
  58. 0
      tests/go/solutions/union/test_union.go
  59. 0
      tests/go/solutions/uniqueoccurences/test_uniqueoccurences.go
  60. 0
      tests/go/solutions/wdmatch/test_wdmatch.go
  61. 0
      tests/go/test_atoibaseprog.go
  62. 0
      tests/go/test_boolean.go
  63. 0
      tests/go/test_cat.go
  64. 0
      tests/go/test_comcheck.go
  65. 0
      tests/go/test_displayfile.go
  66. 0
      tests/go/test_doop.go
  67. 0
      tests/go/test_fixthemain.go
  68. 0
      tests/go/test_flags.go
  69. 0
      tests/go/test_nbrconvertalpha.go
  70. 0
      tests/go/test_paramcount.go
  71. 0
      tests/go/test_pilot.go
  72. 0
      tests/go/test_point.go
  73. 0
      tests/go/test_printalphabet.go
  74. 0
      tests/go/test_printdigits.go
  75. 0
      tests/go/test_printparams.go
  76. 0
      tests/go/test_printreversealphabet.go
  77. 0
      tests/go/test_raid2.go
  78. 0
      tests/go/test_rectangle.go
  79. 0
      tests/go/test_revparams.go
  80. 0
      tests/go/test_rotatevowels.go
  81. 0
      tests/go/test_sortparams.go

0
tests/go/solutions/addprimesum/addprimesum_test.go → tests/go/solutions/addprimesum/test_addprimesum.go

0
tests/go/solutions/alphamirror/alphamirror_test.go → tests/go/solutions/alphamirror/test_alphamirror.go

0
tests/go/solutions/balancedstring/balancedstring_test.go → tests/go/solutions/balancedstring/test_balancedstring.go

0
tests/go/solutions/brackets/brackets_test.go → tests/go/solutions/brackets/test_brackets.go

0
tests/go/solutions/brainfuck/brainfuck_test.go → tests/go/solutions/brainfuck/test_brainfuck.go

0
tests/go/solutions/capitalizeprog/capitalizeprog_test.go → tests/go/solutions/capitalizeprog/test_capitalizeprog.go

0
tests/go/solutions/cleanstr/cleanstr_test.go → tests/go/solutions/cleanstr/test_cleanstr.go

0
tests/go/solutions/compareprog/compareprog_test.go → tests/go/solutions/compareprog/test_compareprog.go

0
tests/go/solutions/costumeprofit/costumeprofit_test.go → tests/go/solutions/costumeprofit/test_costumeprofit.go

0
tests/go/fixthemain_test.go → tests/go/solutions/countdown/test_countdown.go

0
tests/go/solutions/displaya/displaya_test.go → tests/go/solutions/displaya/test_displaya.go

0
tests/go/pilot_test.go → tests/go/solutions/displayalpham/test_displayalpham.go

0
tests/go/printalphabet_test.go → tests/go/solutions/displayalrevm/test_displayalrevm.go

0
tests/go/solutions/displayfirstparam/displayfirstparam_test.go → tests/go/solutions/displayfirstparam/test_displayfirstparam.go

0
tests/go/solutions/displaylastparam/displaylastparam_test.go → tests/go/solutions/displaylastparam/test_displaylastparam.go

0
tests/go/solutions/displayz/displayz_test.go → tests/go/solutions/displayz/test_displayz.go

0
tests/go/solutions/doopprog/doopprog_test.go → tests/go/solutions/doopprog/test_doopprog.go

0
tests/go/solutions/expandstr/expandstr_test.go → tests/go/solutions/expandstr/test_expandstr.go

0
tests/go/solutions/firstword/firstword_test.go → tests/go/solutions/firstword/test_firstword.go

0
tests/go/solutions/fprime/fprime_test.go → tests/go/solutions/fprime/test_fprime.go

0
tests/go/solutions/gcd/gcd_test.go → tests/go/solutions/gcd/test_gcd.go

0
tests/go/solutions/grouping/grouping_test.go → tests/go/solutions/grouping/test_grouping.go

0
tests/go/printdigits_test.go → tests/go/solutions/hello/test_hello.go

0
tests/go/solutions/hiddenp/hiddenp_test.go → tests/go/solutions/hiddenp/test_hiddenp.go

0
tests/go/solutions/inter/inter_test.go → tests/go/solutions/inter/test_inter.go

0
tests/go/solutions/ispowerof2/ispowerof2_test.go → tests/go/solutions/ispowerof2/test_ispowerof2.go

0
tests/go/solutions/lastword/lastword_test.go → tests/go/solutions/lastword/test_lastword.go

0
tests/go/solutions/nenokku/nenokku_test.go → tests/go/solutions/nenokku/test_nenokku.go

0
tests/go/printreversealphabet_test.go → tests/go/solutions/onlya/test_onlya.go

0
tests/go/solutions/countdown/countdown_test.go → tests/go/solutions/onlyz/test_onlyz.go

0
tests/go/solutions/options/options_test.go → tests/go/solutions/options/test_options.go

0
tests/go/paramcount_test.go → tests/go/solutions/paramcount/test_paramcount.go

0
tests/go/solutions/piglatin/piglatin_test.go → tests/go/solutions/piglatin/test_piglatin.go

0
tests/go/solutions/displayalpham/displayalpham_test.go → tests/go/solutions/printalphabetprog/test_printalphabetprog.go

0
tests/go/solutions/printbits/printbits_test.go → tests/go/solutions/printbits/test_printbits.go

0
tests/go/solutions/printchessboard/printchessboard_test.go → tests/go/solutions/printchessboard/test_printchessboard.go

0
tests/go/solutions/displayalrevm/displayalrevm_test.go → tests/go/solutions/printcombprog/test_printcombprog.go

0
tests/go/solutions/hello/hello_test.go → tests/go/solutions/printdigitsprog/test_printdigitsprog.go

0
tests/go/solutions/printhex/printhex_test.go → tests/go/solutions/printhex/test_printhex.go

0
tests/go/solutions/onlya/onlya_test.go → tests/go/solutions/printrevcombprog/test_printrevcombprog.go

0
tests/go/solutions/onlyz/onlyz_test.go → tests/go/solutions/printreversealphabetprog/test_printreversealphabetprog.go

0
tests/go/solutions/printstrprog/printstrprog_test.go → tests/go/solutions/printstrprog/test_printstrprog.go

0
tests/go/solutions/range/range_test.go → tests/go/solutions/range/test_range.go

0
tests/go/solutions/repeatalpha/repeatalpha_test.go → tests/go/solutions/repeatalpha/test_repeatalpha.go

0
tests/go/solutions/reverserange/reverserange_test.go → tests/go/solutions/reverserange/test_reverserange.go

0
tests/go/solutions/reversestrcap/reversestrcap_test.go → tests/go/solutions/reversestrcap/test_reversestrcap.go

0
tests/go/solutions/revwstr/revwstr_test.go → tests/go/solutions/revwstr/test_revwstr.go

0
tests/go/solutions/robottoorigin/robottoorigin_test.go → tests/go/solutions/robottoorigin/test_robottoorigin.go

0
tests/go/solutions/romannumbers/romannumbers_test.go → tests/go/solutions/romannumbers/test_romannumbers.go

0
tests/go/solutions/rostring/rostring_test.go → tests/go/solutions/rostring/test_rostring.go

0
tests/go/solutions/rot13/rot13_test.go → tests/go/solutions/rot13/test_rot13.go

0
tests/go/solutions/rot14prog/rot14prog_test.go → tests/go/solutions/rot14prog/test_rot14prog.go

0
tests/go/solutions/rpncalc/rpncalc_test.go → tests/go/solutions/rpncalc/test_rpncalc.go

0
tests/go/solutions/searchreplace/searchreplace_test.go → tests/go/solutions/searchreplace/test_searchreplace.go

0
tests/go/solutions/strrevprog/strrevprog_test.go → tests/go/solutions/strrevprog/test_strrevprog.go

0
tests/go/solutions/switchcase/switchcase_test.go → tests/go/solutions/switchcase/test_switchcase.go

0
tests/go/solutions/tabmult/tabmult_test.go → tests/go/solutions/tabmult/test_tabmult.go

0
tests/go/solutions/union/union_test.go → tests/go/solutions/union/test_union.go

0
tests/go/solutions/uniqueoccurences/uniqueoccurences_test.go → tests/go/solutions/uniqueoccurences/test_uniqueoccurences.go

0
tests/go/solutions/wdmatch/wdmatch_test.go → tests/go/solutions/wdmatch/test_wdmatch.go

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

0
tests/go/boolean_test.go → tests/go/test_boolean.go

0
tests/go/cat_test.go → tests/go/test_cat.go

0
tests/go/comcheck_test.go → tests/go/test_comcheck.go

0
tests/go/displayfile_test.go → tests/go/test_displayfile.go

0
tests/go/doop_test.go → tests/go/test_doop.go

0
tests/go/solutions/printalphabetprog/printalphabetprog_test.go → tests/go/test_fixthemain.go

0
tests/go/flags_test.go → tests/go/test_flags.go

0
tests/go/nbrconvertalpha_test.go → tests/go/test_nbrconvertalpha.go

0
tests/go/solutions/paramcount/paramcount_test.go → tests/go/test_paramcount.go

0
tests/go/solutions/printcombprog/printcombprog_test.go → tests/go/test_pilot.go

0
tests/go/point_test.go → tests/go/test_point.go

0
tests/go/solutions/printdigitsprog/printdigitsprog_test.go → tests/go/test_printalphabet.go

0
tests/go/solutions/printrevcombprog/printrevcombprog_test.go → tests/go/test_printdigits.go

0
tests/go/printparams_test.go → tests/go/test_printparams.go

0
tests/go/solutions/printreversealphabetprog/printreversealphabetprog_test.go → tests/go/test_printreversealphabet.go

0
tests/go/raid2_test.go → tests/go/test_raid2.go

0
tests/go/rectangle_test.go → tests/go/test_rectangle.go

0
tests/go/revparams_test.go → tests/go/test_revparams.go

0
tests/go/rotatevowels_test.go → tests/go/test_rotatevowels.go

0
tests/go/sortparams_test.go → tests/go/test_sortparams.go

Loading…
Cancel
Save