mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Improve handling of mocking logic in pytest (#1382)
* WIP * fix handling of user input (stdin, input, getpass) * take out redundant pytest step * fix handling of 'we should' statements * fix test that doesn't use a config file * fix another test that uses stdin Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com> * remove .tool-versions file per PR feedback * add comment to clarify why disembodied variables are here Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
parent
3518e37087
commit
2ab485de8c
16 changed files with 259 additions and 197 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,7 +2,6 @@
|
|||
|
||||
# C extensions
|
||||
*.so
|
||||
.python-version
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
|
@ -17,7 +16,10 @@ sdist
|
|||
develop-eggs
|
||||
.installed.cfg
|
||||
lib64
|
||||
|
||||
# Versioning
|
||||
.python-version
|
||||
.tool-version
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue