Skip to content

Commit a34a891

Browse files
committed
removed test
1 parent 0fa7361 commit a34a891

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -162,26 +162,6 @@ Install GitHub CLI:
162162
gh auth status
163163
```
164164

165-
## Project Structure
166-
167-
```
168-
gitfetch/
169-
├── src/
170-
│ └── gitfetch/
171-
│ ├── __init__.py # Package initialization
172-
│ ├── cli.py # Command-line interface
173-
│ ├── fetcher.py # GitHub API data fetching
174-
│ ├── display.py # Display formatting
175-
│ ├── cache.py # SQLite cache management
176-
│ └── config.py # Configuration management
177-
├── tests/
178-
│ ├── test_fetcher.py # Fetcher unit tests
179-
│ ├── test_cache.py # Cache unit tests
180-
│ └── test_config.py # Config unit tests
181-
├── pyproject.toml # Project configuration
182-
└── README.md # This file
183-
```
184-
185165
## Configuration
186166

187167
Configuration file location: `~/.config/gitfetch/gitfetch.conf`

0 commit comments

Comments
 (0)