mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* add newer tests to pytest (from behave) * remove 'lib' from gitignore (since we're using it) * fix capitalization in some steps * add 'the editor should not have been called' step * comment out config override step in pytest-bdd since it's not implemented yet * remove test that didn't really test anything * implement some missing steps in pytest-bdd * change comment to match other tests
62 lines
572 B
Text
62 lines
572 B
Text
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
.python-version
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
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/
|
|
|
|
.vscode/settings.json
|
|
coverage.xml
|
|
.vscode/launch.json
|
|
.coverage
|
|
.vscode/tasks.json
|
|
todo.txt
|