Skip to content

Commit d553362

Browse files
committed
Update documentation
1 parent da42253 commit d553362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ This folder contains a skeleton Python application, as example target code for u
66

77
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:
88

9-
![Dependency diagram showing the application structure, with a number of separate modules and a SQLite database](https://github.com/4oh4/pytesting/resources/dependency-graph.png)
9+
![Dependency diagram showing the application structure, with a number of separate modules and a SQLite database](../resources/dependency-graph.png)
1010

1111
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

Comments
 (0)