deta / deta-python

deta's official sdk
https://deta.space/docs/en/build/reference/sdk/base
MIT License
153 stars 26 forks source link

Wrong information in CONTRIBUTING.md #72

Closed harshitsinghai77 closed 2 years ago

harshitsinghai77 commented 2 years ago

Hey,

https://github.com/deta/deta-python/blob/master/CONTRIBUTING.md

It says

Run the tests

python tests.py

I don't think there's a tests.py file in the root directory.

lemonyte commented 2 years ago

Fixed by #69. The command is pytest tests (tests is the directory)