Skip to content

Instantly share code, notes, and snippets.

View r3nrut's full-sized avatar
💭
Unamused

r3nrut r3nrut

💭
Unamused
View GitHub Profile
# REHL is based off Fedora
# use the fedora base image
FROM fedora:32
# install python, pip, fastapi, uvicorn, ngnix
RUN dnf install -y python-pip \
&& dnf clean all \
&& pip install fastapi uvicorn ngnix

Keybase proof

I hereby claim:

  • I am r3nrut on github.
  • I am r3nrut (https://keybase.io/r3nrut) on keybase.
  • I have a public key ASD43mvH78O2POhDxtt-YcFDqvfLbbFmOgl3rAKwrZNMKgo

To claim this, I am signing this object:

@r3nrut
r3nrut / ultimate-ut-cheat-sheet.md
Created July 13, 2017 05:25 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai and Sinon

The Ultimate Unit Testing Cheat-sheet

For Mocha, Chai and Sinon

using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies