We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4787f7c commit be8e54aCopy full SHA for be8e54a
testing/database.rst
@@ -6,7 +6,7 @@ How to Test Code that Interacts with the Database
6
7
If your code interacts with the database, e.g. reads data from or stores data
8
into it, you need to adjust your tests to take this into account. There are
9
-many ways how to deal with this. In a unit test, you can create a mock for
+many ways to deal with this. In a unit test, you can create a mock for
10
a ``Repository`` and use it to return expected objects. In a functional test,
11
you may need to prepare a test database with predefined values to ensure that
12
your test always has the same data to work with.
0 commit comments