Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
logkeys
A GNU/Linux keylogger that works!
-
backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python. -
xsuspender
👀 💻 💤 🔋 Auto-suspend inactive X11 applications. -
mdx_unimoji
Python-Markdown extension that replaces common smileys with their Unicode emoji emoticons.
-
mindforth
Automatically exported from code.google.com/p/mindforth
-
awesome-links.css
Embellish links on your web page with familiar FontAwesome icons. https://kernc.github.io/awesome-links.css/
3 contributions in 2017 in pytest-dev
Activity in pytest-dev
Contribution activity in pytest-dev
March - December 2017
February 2017
Created a pull request in pytest-dev/py that received 3 comments
Fix unittest.TestCase.assertWarns error
Fixes #110 and pytest-dev/pytest#1288 by magic.
Created an issue in pytest-dev/py that received 2 comments
unittest.TestCase.assertWarns fails with py imported
unittest.TestCase.assertWarns() fails with RuntimeError when py is imported.
This simple unit test:
import unittest
import warnings import pandas as …