Source: How To Make The Perfect Pie (YouTube)
- Egg Yolks - 2
- Ice Water - 4 tbsp
Source: How To Make The Perfect Pie (YouTube)
Source: How To Make The Creamiest Mashed Potatoes (YouTube)
$ docker run -it python bash | |
root@4610288c357f:/# echo boxsdk >> requirements.txt | |
root@4610288c357f:/# echo boxsdk[jwt] >> requirements.txt | |
root@4610288c357f:/# cat requirements.txt | |
boxsdk | |
boxsdk[jwt] | |
root@4610288c357f:/# pip install -r requirements.txt | |
Collecting boxsdk (from -r requirements.txt (line 1)) | |
Downloading https://files.pythonhosted.org/packages/7f/fd/561a64bc6ee053fbdd1b55d4fbbc702fe6a6366d29caa53cd0fac773cb22/boxsdk-2.0.0-py2.py3-none-any.whl (119kB) | |
100% |████████████████████████████████| 122kB 6.5MB/s |
import io | |
import unittest | |
from unittest.mock import patch | |
import licenses | |
import pandas | |
def mocked_requests_get(*args, **kwargs): | |
class MockResponse: |
start | |
test_mock (test_upload.UploaderTest) ... FAIL | |
NoneType: None | |
====================================================================== | |
FAIL: test_mock (test_upload.UploaderTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/mock.py", line 1191, in patched | |
return func(*args, **keywargs) |
# Set variables in .bashrc file | |
# don't forget to change your path correctly! | |
export GOPATH=$HOME/golang | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin |
I hereby claim:
To claim this, I am signing this object:
$ hab pkg build . | |
hab-studio: Creating Studio at /hab/studios/src (default) | |
hab-studio: Importing davidkazuhiro secret origin key | |
» Importing origin key from standard input | |
★ Imported secret origin key davidkazuhiro-20171015144159. | |
hab-studio: Building '.' in Studio at /hab/studios/src (default) | |
hab-studio: Exported: HAB_ORIGIN=davidkazuhiro | |
Script started, file is /src/results/logs/sinatra-hab.2017-10-15-144216.log | |
: Loading /src/habitat/plan.sh | |
sinatra-hab: Plan loaded |