File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,10 @@ Any instructions I need.
29
29
30
30
The data you produce need not be pretty, or even particularly visible. In
31
31
class we only produced a simple dictionary of values for each listing. Focus
32
- on getting data sources combined rather than on what the output looks like.
32
+ on getting data sources combined rather than on what the output looks like.
33
+
34
+
35
+ Optional Tasks:
36
+ ---------------
37
+
38
+ Write unit tests supporting the functions of your mashup script.
Original file line number Diff line number Diff line change @@ -1757,3 +1757,10 @@ To submit your homework:
1757
1757
1758
1758
* Commit your changes to your fork of the repo in github, then open a pull
1759
1759
request.
1760
+
1761
+
1762
+ Extra Credit
1763
+ ------------
1764
+
1765
+ Bonus points if you write unit tests for the elements of your mashup.
1766
+
You can’t perform that action at this time.
0 commit comments