Skip to content

Instantly share code, notes, and snippets.

======================================================================================================== test session starts ========================================================================================================
platform darwin -- Python 3.6.6, pytest-4.0.1, py-1.7.0, pluggy-0.8.0
Django settings: tests.settings (from ini file)
rootdir: /Users/samitnuk/projects/__metaclass__/django-oscar-wagtail, inifile: setup.cfg
plugins: pythonpath-0.7.3, django-3.4.4, cov-2.6.0
collected 1 item

tests/integration/test_views.py F                                                                                                                                                                                             [100%]
@samitnuk
samitnuk / .bashrc
Last active February 3, 2019 18:09
# My changes [ begin ] ---------------------------------------------------------------------------
# The various escape codes that we can use to color our prompt.
RED="\[\033[0;31m\]"
YELLOW="\[\033[1;33m\]"
GREEN="\[\033[1;32m\]"
BLUE="\[\033[1;34m\]"
PURPLE="\[\033[0;35m\]"
LIGHT_RED="\[\033[1;31m\]"
LIGHT_GREEN="\[\033[1;32m\]"
@samitnuk
samitnuk / MCColors.md
Last active July 4, 2016 19:37
Color Scheme for Pantheon Terminal and Midnight Commander (MC)

Color Scheme for Pantheon Terminal and Midnight Commander (MC)

Gogh is very useful thing. I use next color settings for Elementary OS Freya Terminal.

#!/usr/bin/env bash

# ==================== CONFIG THIS =============================================================================== #
COLOR_01="#000000"           # HOST
COLOR_02="#E06C75"           # SYNTAX_STRING
COLOR_03="#98C379"           # COMMAND
COLOR_04="#117A65"           # (MC: txt, css, html, pdf, xlsx, doc, docx, rtf files) COMMAND_COLOR2