atyrode / vite

✂️ vite! API shortens your links
http://vite.lol/
The Unlicense
0 stars 0 forks source link

TSK: Add initial project configuration files #2

Closed atyrode closed 7 months ago

atyrode commented 7 months ago

Project structure

snippy
├── src
│   ├── source.py
│   └── tests
│      └── test_source.py
├── .gitignore
├── LICENSE
├── README.md
├── ...

Configuration files

atyrode commented 7 months ago

pytest seems to require a config file as well to properly reroute the testing in the src folder

atyrode commented 7 months ago

Added a Github Actions workflow running on the latest 3 secure Python release (3.8, 3.9, 3.10)