esentino / blacksmith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blacksmith

Stack

  • Django
  • psycopg2
  • gunicorn

Hosting

Github

  • using actions

Testing and other bad things

  • pytest (running test)
  • mypy (typing code because python has bad day)
  • flake8 (check if code is not so bad)
  • isort (keep import in right order - only one right order)
  • black (formatting is bad specially in black)
  • faker (fake it until you make it - for testing purpose and more)
  • libfaketime (fake the time - for testing purpose)
  • coverage (you never know where is you test go)

About


Languages

Language:Python 87.0%Language:HTML 13.0%