Thank you for your answer.

It helps me understand the project structure. :) 


2020년 5월 16일 토요일 오전 1시 55분 11초 UTC+9, Mike Bayer 님의 말:
>
>
> test/sql/test_types.py is part of SQLAlchemy's internal testing for the 
> "types" system.
>
> The testing/suite/test_types.py suite is part of SQLAlchemy's exported 
> third party dialect test system which is described at 
> https://github.com/sqlalchemy/sqlalchemy/blob/master/README.dialects.rst .
>
> if you are authoring a new dialect you'd be concerned about the tests in 
> the latter file (testing/suite/test_types.py).
>
>
>
> On Fri, May 15, 2020, at 10:24 AM, Yeongseon Choe wrote:
>
> Hi,
>
> When I took over a sqlalchemy, I'm little bit confused about test_types.py
> It looks likes there are 2 test_types.py in the repository.
>
> - sqlalchemy/test/sql/test_types.py /
> - sqlalchemy/lib/sqlalchemy/testing/suite/test_types.py
>
> Could you please explain the difference between these files.
>
> Thank you in advance.
>
> Best regards,
> Yeongseon
>
>
> --
> SQLAlchemy - 
> The Python SQL Toolkit and Object Relational Mapper
>  
> http://www.sqlalchemy.org/
>  
> To post example code, please provide an MCVE: Minimal, Complete, and 
> Verifiable Example. See http://stackoverflow.com/help/mcve for a full 
> description.
> --- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sqlal...@googlegroups.com <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sqlalchemy/2e6774de-638f-4b64-83a1-2abe76edb298%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/sqlalchemy/2e6774de-638f-4b64-83a1-2abe76edb298%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/cfc2f12d-f1d2-4cf1-aa6b-6fe930e1971f%40googlegroups.com.

Reply via email to