We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2d5702 + 2ac936d commit 1862c0aCopy full SHA for 1862c0a
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