File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33- Python 3.14.4
44
5- ## 2. Execution
5+ ## 2. Install Libraries via requirements.txt
6+
7+ ``` command
8+ $ pip install -r requirements.txt
9+ ```
10+
11+ ## 3. Execution
612
713``` command
8- $ cd ./python
914$ python main.py
1015Provide your username(Default: hayat01sh1da): hayat01sh1da
1116Provide your preferred unit d(daily - default), w(weekly) or m: d
1217Provide the specific year you would like to create working report templates for(Default: the current year): 2024
1318```
19+
20+ ## 4. Unit Test
21+
22+ ``` command
23+ $ pytest
24+ ============================= test session starts ==============================
25+ platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
26+ rootdir: /mnt/c/Users/binlh/Documents/development/template-creators/python
27+ collected 8 items
28+
29+ test/test_application.py ........ [100%]
30+
31+ ============================== 8 passed in 5.66s ===============================
32+ ```
You can’t perform that action at this time.
0 commit comments