Skip to content

Commit 6e9fe7e

Browse files
Lairon Acosta GuardiasLairon Acosta Guardias
authored andcommitted
updating readme with the cmds to execute the tests
1 parent 8eaf742 commit 6e9fe7e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Set of common packages used by all or most projects in my repositories.
66
- [Implementation examples](#implementation-examples)
77
- [Postgresql](#postgresql)
88
- [Redis](#redis)
9+
- [Testing](#testing)
910

1011
## Implementation examples
1112

@@ -17,5 +18,22 @@ See the examples already implemented in the folder `/postgresql`.
1718

1819
See the examples already implemented in the folder `/redis`.
1920

21+
### Testing
22+
23+
To run the tests simply execute the following command:
24+
25+
```shell
26+
make test
27+
```
28+
29+
This will stop any containers defined by the compose file for tests if already running
30+
and then rebuild the containers using the compose file.
31+
32+
To down the containers simply execute the following command:
33+
34+
```shell
35+
make test-down
36+
```
37+
2038
lairon14@gmail.com
2139
-- Lairon

0 commit comments

Comments
 (0)