Skip to content

antoncic/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Install conda

Create a enviornment for the project

$ conda create -n aoc2021 
$ conda activate aoc2021 
$ conda install pytest

Add __pycache__ and .pytest_cache to .gitignore

Tests

Tests methods are prefixed with test_ and included in each assignment file (Xa.py and Xb.py) Run test in the directory it belongs e.g.:

$ cd 1
$ pytest 1a.py
$ pytest 1b.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages