Skip to content

a straightforward repo with setup actions, unit-testing, requirements, and such.

Notifications You must be signed in to change notification settings

Ctri-The-Third/PythonTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonTemplate

PyTest

Python GitHub Template

A sample repository with some of my preferred settings baked in, for convenience.


Sections

VS Code

Two launch configurations, current file and main.py.

The editor formats automatically on save (using black). Pytest enabled and searching the folder "tests" linting enabled using pylint.

Pytest

configured to target the tests folder and scripts inside it
pytest.ini exists with some basic config. It's also got a sample "ignore" thing targetting the imaginary folder lib

Pylint

in the .pylintrc file, at the top is the list of things to ignore.


Readme outline

Executive Summary

PyTest

About

a straightforward repo with setup actions, unit-testing, requirements, and such.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages