|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
[GitHub Repo](https://github.com/hjwp/Book-TDD-Web-Dev-Python)
|
|
|
|
|
|
-[Last At](https://www.obeythetestinggoat.com/book/chapter_working_incrementally.html) Foreign Key Relationship (Chapter 7)
|
|
|
+[Last At](https://www.obeythetestinggoat.com/book/chapter_manual_deployment.html) (Chapter 9)
|
|
|
|
|
|
### TDD Order Of Operations:
|
|
|
|
|
@@ -22,11 +22,4 @@
|
|
|
2. Download new Geckodriver, (Google "Geckodriver")
|
|
|
3. Extract Geckodriver into virtenv/bin, (Python Virtual Environment)
|
|
|
4. Download new Chromedriver, (Google "Chromedriver")
|
|
|
-5. Extract Chromedriver into virtenv/bin,
|
|
|
-
|
|
|
-Done.
|
|
|
-
|
|
|
-# ISSUE FOUND:
|
|
|
-Location: 6.3
|
|
|
-Where: Refactoring check_for_row_in_list_table()
|
|
|
-What: Why use ```return``` instead of ```break```?
|
|
|
+5. Extract Chromedriver into virtenv/bin, Done.
|