Skip to content

Commit

Permalink
Clean uip
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 13, 2023
1 parent 67eb5c5 commit a9c6820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ examples/tortoise/media/
examples/django/media/
examples/dataclasses/media/
examples/sqlalchemy/media/
examples/hypothesis/.hypothesis/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ django-test:
source $(VENV) && cd examples/django/ && ./manage.py test

hypothesis-test:
source $(VENV) && cd examples/hypothesis/ && ./manage.py test
source $(VENV) && cd examples/hypothesis/ && python manage.py test

lazyfuzzy-test:
source $(VENV) && cd examples/lazyfuzzy/ && ./manage.py test
source $(VENV) && cd examples/lazyfuzzy/ && python manage.py test

pydantic-test:
source $(VENV) && cd examples/pydantic/ && python manage.py test
Expand Down

0 comments on commit a9c6820

Please sign in to comment.