Skip to content

Instantly share code, notes, and snippets.

(base) rothsa:boxmysql sally.lehman$ pytest tests/test_steps.py
======================================== test session starts ========================================
platform darwin -- Python 3.6.5, pytest-4.1.0, py-1.5.3, pluggy-0.9.0
rootdir: /Users/sally.lehman/boxmysql, inifile:
plugins: remotedata-0.3.1, openfiles-0.3.0, doctestplus-0.1.3, cov-2.6.1, arraydiff-0.2
collected 6 items
tests/test_steps.py .....F [100%]
============================================= FAILURES ==============================================
@rothsa
rothsa / interfaces
Last active December 17, 2015 04:32
/etc/network/interfaces
file { ‘/etc/network/interfaces’:
content => “auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
@rothsa
rothsa / ci.sh
Last active August 29, 2015 14:21 — forked from rsanheim/ci.sh
#!/bin/bash -x
# This should be your "script/ci" checked into version control, and then wired as your sole build step in Jenkins.
#
# Simplifying Assumptions:
#
# * You build all branches
# * You want to deploy all branches.
# * You wired up an SSH key to your CI server appropriately so it can talk to your deployment target(s) via Cap
@rothsa
rothsa / bars.md
Last active August 29, 2015 14:00 — forked from brianmario/bars.md

Bars

PROTIP: Bars in Oregon have to serve food as long as they're serving alcohol. As a result, some of them have amazing food.

PROTIP: You can't buy alcohol (other than beer or wine) anywhere else but a state-controlled liquor store. The best one in Portland is in the Pearl, and you can check their stock and prices before you go (restrict your search for stores in the 97209 zipcode)

Southeast

  • The Night Light - This was our favorite bar just before we moved to Italy. Right in the heart of the quiet Clinton district (where we were living at the time).
  • The Doug Fir Lounge - I hate to use the word swanky again but that's the only way I can describe it. The entire place is built to look like a log cabin. Used to go here all the time. Pretty good bar. The restaurant is open until 3am (or at least was when I lived there) and has some DAMN good gastro pub style
@rothsa
rothsa / PullRequests.md
Last active August 29, 2015 13:57
Pull Requests

How to have fun with issues and pull requests on GitHub:

http://www.emoji-cheat-sheet.com/

How to push a new branch:

  1. git checkout -b test_branch
  2. sublime README.md
  3. git status
@rothsa
rothsa / Links.md
Last active August 29, 2015 13:56