This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===================================================================================================== FAILURES ====================================================================================================== | |
________________________________________________________________________________________________ test_expected_first ________________________________________________________________________________________________ | |
def test_expected_first(): | |
expected = { | |
"one": 1, | |
"two": 2, | |
} | |
ret = { | |
"one": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[package]] | |
category = "main" | |
description = "Python<->ObjC Interoperability Module" | |
name = "pyobjc" | |
optional = false | |
python-versions = "*" | |
version = "5.1.2" | |
[package.dependencies] | |
pyobjc-core = "5.1.2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codecov: | |
token: uuid # Your private repository token | |
url: "http" # for Codecov Enterprise customers | |
slug: "owner/repo" # for Codecov Enterprise customers | |
branch: master # override the default branch | |
bot: username # set user whom will be the consumer of oauth requests | |
ci: # Custom CI domains if Codecov does not identify them automatically | |
- ci.domain.com | |
- !provider # ignore these providers when checking if CI passed | |
# ex. You may test on Travis, Circle, and AppVeyor, but only need |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* npm install express | |
* npm install console-stamp | |
* | |
* To run: | |
* node echo.js | |
*/ | |
const express = require('express'); | |
const http = require('http'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
repository(owner:"buildbot", name:"buildbot") { | |
pullRequest(number: 3320) { | |
title | |
body | |
author { | |
login | |
} | |
commits(last: 100) { | |
totalCount |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:d2908fb3a823b0fab3bd21f5bb36bf6584a298ff] |
I hereby claim:
- I am s0undt3ch on github.
- I am s0undt3ch (https://keybase.io/s0undt3ch) on keybase.
- I have a public key ASAB3ycU2ZAKzmnNo8278CsjXOdTJjB2GVllcjpCXKr_DAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://pypi.python.org/pypi/pytest-capturelog | |
https://pypi.python.org/pypi/pytest-catchlog | |
https://pypi.python.org/pypi/pytest-contextfixture | |
https://pypi.python.org/pypi/pytest-curl-report | |
https://bitbucket.org/pytest-dev/pytest-curl-report | |
https://github.com/splbio/pytest-doc ? | |
https://pypi.python.org/pypi/pytest-httpbin ( for requests done right ) | |
https://pypi.python.org/pypi/pytest-instafail | |
https://pypi.python.org/pypi/pytest-raisesregexp | |
https://pypi.python.org/pypi/pytest-services |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/lib/systemd/system/cassandra.service | |
[Unit] | |
Description=Cassandra | |
After=network.target | |
[Service] | |
PIDFile=/var/run/cassandra/cassandra.pid | |
User=cassandra | |
Group=cassandra |
NewerOlder