jrnl/.gitignore
Suhas 0a6e5f94c0 Address code review
make the test perform actual qualification

make format

update other test as well

remove unnecessary mock

reset .gitignore to e6c0a16342

delete pretty.yaml

remove launch.json

reorder mocks

convert scenario to scenario outline for behavioral coverage

fix scenario syntax

comment out problematic step; add password handling

reorder import

meld conditional code

rework melded export logic

update code to be exercised in test
2021-02-27 21:14:49 -05:00

56 lines
482 B
Text

*.py[cod]
# C extensions
*.so
.python-version
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
.python-version
# Installer logs
pip-log.txt
.DS_Store
.travis-solo
Icon
# Documentation
_build
_sources
_static
objects.inv
searchindex.js
# MS Visual Studio (PyTools)
obj
*.pyproj
*.sln
*.suo
# virtaulenv
env/
env*/
venv*/
.venv*/
# PyCharm Project files
.idea/
# export testing directories
exp/
_extras/
*.sublime-*
site/