Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSC/ECE 517 Spring 2024 - E2413. Testing - Answer Tagging #2775

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Mar 8, 2024

  1. First commit

    bmorri3 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    09a88bb View commit details
    Browse the repository at this point in the history
  2. More test comments

    bmorri3 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eb48c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87a5931 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44dce12 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge pull request #2 from bmorri3/add_answer_tag_controller_spec.rb_…

    …test_skeletons
    
    Added skeleton tests to answer_tags_controller_spec.rb
    bmorri3 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    07a6416 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from bmorri3/add_tag_prompt_deployment_spec.rb_…

    …test_skeletons
    
    Added test skeletons to tag_prompt_deployment_spec.rb
    bmorri3 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fd0b5ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c77be05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from bmorri3/answer_tags_controller_spec_action…

    …_allowed
    
    Implemented testing when action destroy is accessed.
    bmorri3 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    7cf852b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Removed comments regarding why destroy was returning nil. Addressed i…

    …n Wiki.
    Ben Morris committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    eec618a View commit details
    Browse the repository at this point in the history
  2. Added test: when there is one answer tag for given user_id, assignmen…

    …t_id, and questionnaire_id
    bmorri3 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    51ae7bb View commit details
    Browse the repository at this point in the history
  3. given 3 random ids and 2 ids not prodvided

    Shandler Mason committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ee99d2f View commit details
    Browse the repository at this point in the history
  4. Test commit

    bmorri3 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9bf792a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3a900a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c98f763 View commit details
    Browse the repository at this point in the history
  7. 'when there is no answer tag for given user_id, assignment_id, and qu…

    …estionnaire_id' passes
    bmorri3 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1d324bd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #23 from CSC517-Project3/answer_tags_controller_sp…

    …ec_action_allowed
    
    Answer tags controller spec action allowed
    bmorri3 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8b77279 View commit details
    Browse the repository at this point in the history
  9. removed not needed specs

    Shandler Mason committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    98cd5ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b52586 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #25 from CSC517-Project3/answer_tagging_spec_index

    Answer tagging spec index
    shandlermason committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c0f47db View commit details
    Browse the repository at this point in the history
  12. fixed bug with end statement - 37 tests pass

    Shandler Mason committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    0a14425 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9027d88 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1b2db7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #28 from CSC517-Project3/answer_tags_controller_sp…

    …ec_action_allowed
    
    Commented out 'when there is no answer tag for given questionnaire_id'
    bmorri3 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    40277a4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    354fbb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Adding test for user id

    Ray Wang committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2e261bc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    24c40ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f6bd08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from CSC517-Project3/tag_prompt_deployment_spe…

    …c_adding_contexts
    
    Added contexts and comments for all tests.
    bmorri3 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ffc943a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38fb28e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #39 from CSC517-Project3/answer_tags_controller_sp…

    …ec_adding_contexts
    
    Spelling fix in TPDS, some tests commented out in ATGS
    bmorri3 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    a615689 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    322c366 View commit details
    Browse the repository at this point in the history
  7. Minor formatting

    bmorri3 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b0290fa View commit details
    Browse the repository at this point in the history
  8. Adding context for each test

    Ray Wang committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    db0b596 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62e0ee7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #43 from CSC517-Project3/answer_tags_controller_sp…

    …ec_adding_contexts
    
    Answer tags controller spec adding contexts
    bmorri3 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    99277bf View commit details
    Browse the repository at this point in the history
  11. Fixed a type fo -> of

    bmorri3 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    21f88e4 View commit details
    Browse the repository at this point in the history
  12. Added comments to every test

    Ray Wang committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    63b0c57 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    7df87ea View commit details
    Browse the repository at this point in the history