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

Niambi P - Sapphire #88

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

Niambi P - Sapphire #88

wants to merge 11 commits into from

Commits on Apr 6, 2023

  1. Added sudo code to item.py, party.py, & ran tests in test_wave_01_02_…

    …03.py to check for failures
    Lemmi-C committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2a3d9b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Created functions and refactored code in item.py & party.py to pass w…

    …ave_01 & wave_02 tests
    Lemmi-C committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    fb98fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c564a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. updated get_item_by_id

    Lemmi-C committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6349fa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    8d8e193 View commit details
    Browse the repository at this point in the history
  2. created method to stringify items in item.py & passed test_item_overr…

    …ides_to_string in test_wave_03.py
    Lemmi-C committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    61826f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd22cec View commit details
    Browse the repository at this point in the history
  4. created & modified function swap_first_item to pass wave_03 tests: te…

    …st_swap_first_item_from_my_empty_returns_false & test_swap_first_item_from_their_empty_return_false.
    Lemmi-C committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    1e5afeb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Began writing instance methods for wave_05 classes and refactoring co…

    …de so classes can inherit items attributes.
    Lemmi-C committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    abc7e26 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Created 3 modules for wave 5, applied inheritance from item class, & …

    …passed all wave_05 tests.
    Lemmi-C committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    16fb58b View commit details
    Browse the repository at this point in the history
  2. Wrote mothods get_by_category, get_best_by_category, and swap_best_by…

    …_category to pass wave_06 tests. Wrote wave_06 test assertions to complete wave_06 tests.
    Lemmi-C committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ed94b6f View commit details
    Browse the repository at this point in the history