-
Notifications
You must be signed in to change notification settings - Fork 1
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
Batool_design_browser_history #49
base: main
Are you sure you want to change the base?
Conversation
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.
@BatoolKad almost ready to merge, just please fix the typo in the readme.
@@ -1,8 +1,12 @@ | |||
import unittest | |||
|
|||
from src.deletions_to_make_valid_parentheses import ( |
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.
did you try to include this directory in the PYTHONPATH environment ? there are some solutions here : stackoverflow
@@ -0,0 +1,81 @@ | |||
|
|||
--- | |||
##BrowserHistory Class |
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.
minor issue. This title isn't showing up formatted because you need space between the hashtags and the title. like : ## BrowserHistory Class
instead of ##BrowserHistory Class
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.
other than that LGTM ( === looks good to me)
self.index = min(len(self.urls_history)-1, self.index + step) | ||
|
||
## return the new webpage url | ||
return self.urls_history[self.index] |
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.
LGTM
main
/master
README Documentation
/src/README.md
Python Files
test_<module_name>.py
Function Docstring
Function Implementation
Unit Test Suite