Guest User

Untitled

a guest
Aug 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 5.83 KB | None | 0 0
  1. testDeleteData1 (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  2. testDeleteData2 (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  3. testDisconnectAndConnect (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  4. testInsertRetrieve (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  5. testLinkingSailors (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  6. testPullingFuncs (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  7. testRetrieveOrderedData (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions)
  8. Check that the 'orderby' argument of getData correctly orders data ... ok
  9. testSailorsInsertRetrieve (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  10. testUpdateData (TESTING_LowLevelDatabase.TestLowLevelDatabaseFunctions) ... ok
  11. testAddCarer (TESTING_frmEditCarer.TestGlobalFunctions)
  12. Add a new carer and check they were created properly ... ok
  13. testAddingRemovingSailors (TESTING_frmEditCarer.TestGlobalFunctions)
  14. Link two sailors to the carer, then unlink both ... ok
  15. testChangeMember (TESTING_frmEditCarer.TestGlobalFunctions)
  16. Test changing between members ... ok
  17. testChangeSchool (TESTING_frmEditCarer.TestGlobalFunctions)
  18. Change the carer's school and check it updates ... ok
  19. testDeleteCarer (TESTING_frmEditCarer.TestGlobalFunctions)
  20. Delete a carer and check they no longer exist ... ok
  21. testShowsSailors (TESTING_frmEditCarer.TestGlobalFunctions)
  22. Check the correct sailors are shown, then add one and remove one, then refresh the list ... ok
  23. testUpdateCarer (TESTING_frmEditCarer.TestGlobalFunctions)
  24. Edit a member's information and check it updates ... ok
  25. testAddingRemovingSailors (TESTING_frmEditDate.TestGlobalFunctions)
  26. Link two sailors to the date, then unlink both ... ok
  27. testAddingRemovingVolunteers (TESTING_frmEditDate.TestGlobalFunctions)
  28. Link two volunteers to the date, then unlink both ... ok
  29. testChangeDate (TESTING_frmEditDate.TestGlobalFunctions)
  30. Test changing the date ... ok
  31. testShowsSailors (TESTING_frmEditDate.TestGlobalFunctions)
  32. Check the correct sailors are shown, then add one and remove one, then refresh the list ... ok
  33. testShowsVolunteers (TESTING_frmEditDate.TestGlobalFunctions)
  34. Check the correct volunteers are shown, then add one and remove one, then refresh the list ... ok
  35. testUpdateInformation (TESTING_frmEditDate.TestGlobalFunctions)
  36. Change the information and check it saves ... ok
  37. testAddSailor (TESTING_frmEditSailor.TestGlobalFunctions)
  38. Add a new sailor and check they were created properly ... ok
  39. testAddingRemovingCarers (TESTING_frmEditSailor.TestGlobalFunctions)
  40. Link two carers to the sailor, then unlink both ... ok
  41. testChangeDefaultBoat (TESTING_frmEditSailor.TestGlobalFunctions)
  42. Change the sailor's default boat and check it updates ... ok
  43. testChangeMember (TESTING_frmEditSailor.TestGlobalFunctions)
  44. Test changing between members ... ok
  45. testChangeSchool (TESTING_frmEditSailor.TestGlobalFunctions)
  46. Change the sailor's school and check it updates ... ok
  47. testDeleteSailor (TESTING_frmEditSailor.TestGlobalFunctions)
  48. Delete a sailor and check they no longer exist ... ok
  49. testShowsCarers (TESTING_frmEditSailor.TestGlobalFunctions)
  50. Check the correct carers are shown, then add one and remove one, then refresh the list ... ok
  51. testUpdateSailor (TESTING_frmEditSailor.TestGlobalFunctions)
  52. Edit a member's information and check it updates ... ok
  53. testAddSchool (TESTING_frmEditSchool.TestGlobalFunctions)
  54. Add a new school and check they were created properly ... ok
  55. testAddingRemovingCarers (TESTING_frmEditSchool.TestGlobalFunctions)
  56. Link two carers to the sailor, then unlink both ... ok
  57. testAddingRemovingSailors (TESTING_frmEditSchool.TestGlobalFunctions)
  58. Link two sailors to the carer, then unlink both ... ok
  59. testChangeMember (TESTING_frmEditSchool.TestGlobalFunctions)
  60. Test changing between members ... ok
  61. testDeleteNoSchool (TESTING_frmEditSchool.TestGlobalFunctions)
  62. Try to delete the ~No school~ ... ok
  63. testDeleteSchool (TESTING_frmEditSchool.TestGlobalFunctions)
  64. Delete a school and check they no longer exist ... ok
  65. testShowsCarers (TESTING_frmEditSchool.TestGlobalFunctions)
  66. Check the correct carers are shown, then add one and remove one, then refresh the list ... ok
  67. testShowsSailors (TESTING_frmEditSchool.TestGlobalFunctions)
  68. Check the correct sailors are shown, then add one and remove one, then refresh the list ... ok
  69. testUpdateSchool (TESTING_frmEditSchool.TestGlobalFunctions)
  70. Edit a member's information and check it updates ... ok
  71. testAddVolunteer (TESTING_frmEditVolunteer.TestGlobalFunctions)
  72. Add a new volunteer and check they were created properly ... ok
  73. testChangeCRB (TESTING_frmEditVolunteer.TestGlobalFunctions)
  74. Change the volunteer's default duty and check it updates ... ok
  75. testChangeMember (TESTING_frmEditVolunteer.TestGlobalFunctions)
  76. Test changing between members ... ok
  77. testDeleteVolunteer (TESTING_frmEditVolunteer.TestGlobalFunctions)
  78. Delete a volunteer and check they no longer exist ... ok
  79. testUpdateVolunteer (TESTING_frmEditVolunteer.TestGlobalFunctions)
  80. Edit a member's information and check it updates ... ok
  81. testMainForm_OpenForms (TESTING_GUI.TestGlobalFunctions)
  82. Try opening the other forms and check they're opened correctly ... ok
  83. testMainForm_RefreshData (TESTING_GUI.TestGlobalFunctions)
  84. Insert some new data into the program, refresh the mainForm, and check they're being shown ... ok
  85. testMainForm_basicData (TESTING_GUI.TestGlobalFunctions)
  86. Check that the mainForm is showing the default member data at startup ... ok
  87. testEncryptDecrypt (TESTING_MathsMod.TestGlobalFunctions) ... ok
  88. testScrambleForwardsBackwards (TESTING_MathsMod.TestGlobalFunctions) ... ok
  89. testXOREncryptor (TESTING_MathsMod.TestGlobalFunctions) ... ok
  90. testcreateEncryptKeySum (TESTING_MathsMod.TestGlobalFunctions) ... ok
  91.  
  92. ----------------------------------------------------------------------
  93. Ran 51 tests in 85.326s
Add Comment
Please, Sign In to add comment