Skip to content

gitsetgopack/hw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework 2

Second SE homework on Debugging


Quality

badge_pytest_status badge_code_coverage badge_total_tests badge_pylint badge_pyright

Standards

autopep8 license

Stats

repo_size pr_open pr_close forks stars downloads

Tools & Technologies

GitHub GitHub Actions Linux Visual Studio Code Python


Steps

Details For dev reference, click here.
  1. Install python requirements
    pip install -r requirements.txt
  2. Running autopep8 on all files
    autopep8 -i src/*
  3. Running pylint
    pylint src/* >> src/post_traces/pylint.txt # first time
    pylint src/* # iteratively
  4. Running pyright
    pyright src/* >> src/post_traces/pyright.txt # first time
    pyright src/* # iteratively
  5. Running pytest
    pytest

About

Second SE homework on Debugging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages