This website requires JavaScript.
Explore
Help
Sign In
docker
/
pgcat
Watch
1
Star
0
Fork
0
You've already forked pgcat
mirror of
https://github.com/postgresml/pgcat.git
synced
2026-03-23 01:16:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7d047c6c1934b334f972e13ad2d2814e946bdc6f
pgcat
/
tests
/
python
/
requirements.txt
4 lines
37 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implemented python tests with pytest (#790) Currently the python tests act as scripts. A lot of output is generated to stdout which makes it very hard to figure out where problems were. Also if you want to run only a single test you basically need to comment out code in order to accomplish this. This PR modifies the python tests to us the pytest python testing framework. This framework allows individual tests to be targeted via the command line, without touching the source code. It also suppressed stdout by default making the test output much easier to read. Also after the tests run it will provide a summary of what failed, what succeded, etc. Co-authored-by: CommanderKeynes <andrewjackson947@gmail.coma> Co-authored-by: Andrew Jackson <andrewjackson2988@gmail.com>
2024-09-05 08:16:45 -05:00
pytest
Less dirty servers & fix python
2022-02-03 18:02:50 -08:00
psycopg2==2.9.3
Implemented python tests with pytest (#790) Currently the python tests act as scripts. A lot of output is generated to stdout which makes it very hard to figure out where problems were. Also if you want to run only a single test you basically need to comment out code in order to accomplish this. This PR modifies the python tests to us the pytest python testing framework. This framework allows individual tests to be targeted via the command line, without touching the source code. It also suppressed stdout by default making the test output much easier to read. Also after the tests run it will provide a summary of what failed, what succeded, etc. Co-authored-by: CommanderKeynes <andrewjackson947@gmail.coma> Co-authored-by: Andrew Jackson <andrewjackson2988@gmail.com>
2024-09-05 08:16:45 -05:00
psutil==5.9.1
Reference in New Issue
Copy Permalink