You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ This folder contains a skeleton Python application, as example target code for u
6
6
7
7
As well as the application main code, it contains a worker module and a Data Access Object (DAO) that provides a layer of abstraction above a SQLite database:
8
8
9
-

9
+

10
10
11
11
The code doesn't really do much except read in data and communicate it to the database. Some parts of the code are deliberately light on input validation, to demonstrate how testing can identify unintended behaviours.
0 commit comments