Skip to content

Commit 396363c

Browse files
Fix documentation
1 parent 1cd4f68 commit 396363c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PosInformatique.UnitTests.Databases is a set of tools for unit testing databases
33
It simplifies writing and executing tests, helping ensure your database and data access code is reliable and bug-free.
44
Ideal for developers who want to validate data access based on SQL Server code during their development.
55

6-
These set of tools support to perform unit tests of the data access layer based on SQL Server. Any kind of the
6+
This set of tools support to perform unit tests of the data access layer based on SQL Server. Any kind of the
77
data access framework can be used with theses tools:
88
- Raw ADO .NET queries.
99
- Entity Framework
@@ -48,11 +48,11 @@ see the [Write unit tests to test the Data Access Layer](./docs/WriteUnitTests.m
4848

4949
## What provides the PosInformatique.UnitTests.Databases tools?
5050

51-
Using the previous approach, the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases) library allows to:
51+
Using the previous approach, the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases) libraries allows to:
5252

5353
- Deploy easily a database before each unit tests execution.
54-
Database and the schema creation is an operation that can take lot of time (around 5 to 10 seconds), the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases) library
55-
create physically the database at the first unit test execution. For the other unit test execution, all the data are deleted in the database which allows to increase the speed of the unit tests execution.
54+
Database and the schema creation is an operation that can take lot of time (around 5 to 10 seconds), the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases) libraries
55+
create physically the database at the first unit test execution. For the other unit tests execution, all the data are deleted in the database which allows to increase the speed of the unit tests execution.
5656

5757
- Provides a simple syntax to fill the tables with sample of data.
5858

0 commit comments

Comments
 (0)