Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Justfile #21

wants to merge 4 commits into from

Conversation

Serg-Bartosh
Copy link
Member

No description provided.

@Serg-Bartosh
Copy link
Member Author

I’ll post what the README looks like in trello

# sad-forms-backend

# 🔧 Usefull development commands
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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:
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants