You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, they are read from the `input/ folder`
@@ -70,7 +70,7 @@ To start the program execute this command with argument --imarina-input:
70
70
You can either Download them manually from [Sharepoint](https://iciq.sharepoint.com/sites/digitalitzacio), or you can use the Dockerized `OneDrive` service to sync files from Sharepoint
71
71
to your host computer automatically in the background.
72
72
73
-
### OneDrive service
73
+
### 💻 OneDrive service
74
74
The program will display a link and ask you to authenticate and paste the answered URL into the terminal.
75
75
76
76
```shell
@@ -88,17 +88,25 @@ instead of **input/**, so that data consumed by the program is always updated.
88
88
89
89
You can leave OneDrive running so that the files are always in sync.
90
90
91
-
### Docker basic info
91
+
### 🐳 Docker basic info
92
92
Access the container shell:
93
93
```shell
94
94
95
95
docker-compose run --rm app sh
96
-
97
96
```
97
+
98
+
### 🧪 Testing section
99
+
100
+
All tests are managed using **pytest** and are located in the `tests/` directory.
101
+
The testing process ensures that all core functionalities work as expected before deployment.
102
+
For detailed testing setup, configuration, and automation through **Docker** or **GitHub Actions**, refer to the [Programming standard](https://iciq-dmp.github.io/iMarina/Developer-Guide/Programming-standard/) document.
103
+
98
104
More technician info of Docker in section [Programming standard](https://iciq-dmp.github.io/iMarina/Developer-Guide/Programming-standard/)
0 commit comments