hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Documentation: update contributing section after implementing `hatch test` command

Open haxoza opened this issue 1 year ago • 4 comments

Hi @ofek, it was great to meet you in person on PyConUS Open Spaces! Also, thanks for your work on the project!

As a part of PyConUS sprints on packaging I was trying to set up a local environment for further work on hatch, however I the "contributing" section in docs is not up-to-date.

It seems that the documentation was not updated after adding the hatch test command in #1355.

I'll try to submit PR with a fix as soon as I figure out how to run hatch test command with a slow internet connection (PyConUS sprint network is super slow because of the fact how many us are there!).

haxoza avatar May 20 '24 20:05 haxoza

I just ran into this same problem.

warsaw avatar Jul 24 '24 00:07 warsaw

Also, when I run hatch test against the head of master, I see lots of failures in test_publish.py. From a quick look it seems like there's an a priori prerequisite on setting up devpi but there's no documentation on what's actually required in the hatch contributing documentation.

warsaw avatar Jul 24 '24 00:07 warsaw

Sorry for the late reply, it was nice to meet you as well!

As long as you have Docker everything should work, what is the error?

ofek avatar Jul 24 '24 01:07 ofek

As long as you have Docker everything should work, what is the error?

Looks like docker was frozen. I couldn't even quit it, and only a reboot would do the trick. Now all tests are passing. Apologies for the false alarm.

warsaw avatar Jul 24 '24 15:07 warsaw