Xiao-zhen-Liu commented on PR #3912:
URL: https://github.com/apache/texera/pull/3912#issuecomment-3420528973

   > in your code, `tests` is in `app`. can we move it out? I also suggest you 
add app into a `src` folder`, and make test folder structure mapped to src 
folder structure:
   > 
   > ```
   > 
   >   ├── src/
   >   │   ├──app/
   >   ├── test/
   >   │   └──app/   # contains tests regarding app
   >   │   └──── test_health_check.py   # Unit tests
   > ```
   
   I restructured the project according to your suggestions. An additional 
`pytest.ini` is needed for this change.


-- 
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