File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
1819See 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+
2038lairon14@gmail.com
2139-- Lairon
You can’t perform that action at this time.
0 commit comments