forked from AdaGold/viewing-party
-
Notifications
You must be signed in to change notification settings - Fork 28
Sphinx - Christelle Nkera and Somy Cho #21
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
Open
scnkera
wants to merge
26
commits into
Ada-C22:main
Choose a base branch
from
scnkera:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
78766a7
README comment added
scnkera 315f252
Created a movie dictionary
scnkera f90fb15
Uncommented the skipped pytest
scnkera 202bf13
Wave 1: Updated add_to_watched and add_to_watchlist
scnkera b3a1937
Wave 1: commented pytest skips
scnkera b7d0e35
deleted user_data dictionary and commented out pytest
PickledData b429f09
added function to move movie from watchlist to watch. Commented out p…
PickledData 6462d29
added raise exceptions for pytest and deleted empty lines
PickledData c6e2739
added function for wave 2 and commented out pytest
PickledData b21fe8b
uncomment pytest
PickledData 479cde9
Wave 3: added get_unique_watched and get_friends_unique_watched funct…
scnkera 6d20cee
Wave 1: Uncommented the raise exception
scnkera 24b52d0
Wave 3: added get_unique_watched(user_data) and get_friends_unique_wa…
scnkera 835be76
Wave 1: Added an assertion
scnkera dd25fa2
Wave 3: Added assertions
scnkera de5c886
added wave 4 functions and uncommented pytest
PickledData 42cc35a
Co-authored-by: Christelle Nkera <nkerachristelle@gmail.com>
PickledData 7531b59
uncommented pytest
PickledData 6f353d3
added function 1 for wave 5 and new file for testing functions
PickledData 2132055
added function 2 of wave 5
PickledData 1dc159b
Wave 3: added functions
scnkera 06db27b
added function 2 of wave 5 and uncommented pytest
PickledData d3c20d1
merge
PickledData 4d8ac3d
deleted comments for changes and testing
PickledData 3959e3a
Cleaned up the code by removing the pseudocode.
scnkera ef3a9e8
Wave 1: added a break to the watch_movie() function
scnkera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # Viewing Party | ||
|
|
||
| # vs code test | ||
| ## Skills Assessed | ||
|
|
||
| Solving problems with... | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How this be rewritten with using an
assertstatement so that we follow the testing format we use with Arrange, Act, Assert?