paleolimbot commented on issue #776:
URL: https://github.com/apache/sedona-db/issues/776#issuecomment-4328057778

   I'm using VSCode + rust-analyzer but I think the workflow is similar...I 
usually use the Rust tests at the end of the function implementation file (`mod 
test { ... }`) to do most of the initial testing to make sure that it mostly 
works. I believe RustRover has the same "run test" inline functionality as 
VSCode...it should be the same as running/debugging any other Rust test which 
should be easy to look up.
   
   Running the Python tests is a little tricker becuase you have to build the 
Python package. Our contributor documentation has a section for this: 
https://sedona.apache.org/sedonadb/latest/contributors-guide/#python .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to