-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Justfile #21
base: main
Are you sure you want to change the base?
Justfile #21
Conversation
I’ll post what the README looks like in trello |
# sad-forms-backend | ||
|
||
# 🔧 Usefull development commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
##
@@ -9,6 +9,7 @@ isoduration==20.11.0 | |||
jsonpointer==2.4 | |||
jsonschema==4.19.0 | |||
jsonschema-specifications==2023.7.1 | |||
justfile==0.0.1a0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: why do we need this?
just --list | ||
|
||
test: | ||
python -m unittest sad_forms.unit_tests.validator_environment_variables |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to run all files, not only 1 file -- check history of shell commands, I've found solution for that
test: | ||
python -m unittest sad_forms.unit_tests.validator_environment_variables | ||
|
||
dev: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here an there's an inconsistency with README
No description provided.