Skip to content

Instantly share code, notes, and snippets.

View dbasusarkar's full-sized avatar

Debajyoti Basu Sarkar dbasusarkar

View GitHub Profile
@dbasusarkar
dbasusarkar / Pytest.md
Created February 8, 2024 04:59 — forked from kss7/Pytest.md

Python Automation Testing With Pytest

Pytest Framework Course

Pytest Usage

https://docs.pytest.org/

pytest [options] [file_or_dir] [file_or_dir] ...

Keybase proof

I hereby claim:

  • I am dbasusarkar on github.
  • I am dbasusarkar (https://keybase.io/dbasusarkar) on keybase.
  • I have a public key ASCKSKnPuoG9HAVnmgPsNPQXj_eayjol-d8GP9XqybTCZwo

To claim this, I am signing this object:

@dbasusarkar
dbasusarkar / README.md
Created August 3, 2019 06:29 — forked from hofmannsven/README.md
Raspberry Pi Cheatsheet
@dbasusarkar
dbasusarkar / init.vim
Created May 9, 2019 21:52 — forked from celso/init.vim
Neovim setup for OSX users
syntax on
set ruler " Show the line and column numbers of the cursor.
set formatoptions+=o " Continue comment marker in new lines.
set textwidth=0 " Hard-wrap long lines as you type them.
set modeline " Enable modeline.
set esckeys " Cursor keys in insert mode.
set linespace=0 " Set line-spacing to minimum.
set nojoinspaces " Prevents inserting two spaces after punctuation on a join (J)
" More natural splits
set splitbelow " Horizontal split below current.
@dbasusarkar
dbasusarkar / jhwhw.cls
Created September 27, 2017 09:43 — forked from jhwilson/jhwhw.cls
JHW document class for Homework assignments
%=====================================================================
% jhwhw.cls
% Provide jhwhw.cls class
%=====================================================================
%=====================================================================
% Identification
%=====================================================================
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{jhwhw}[2009/02/11 Justin Wilson's Homework Class]