mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-08-06 02:21:13 +03:00
Added testing libraries
This commit is contained in:
parent
bb431b83c1
commit
c72c1be4da
@ -25,5 +25,11 @@ grip==4.5.2
|
||||
# We only need py2exe on windows.
|
||||
py2exe==0.10.1.0; sys_platform == 'win32'
|
||||
|
||||
# Testing
|
||||
pytest==6.1.2
|
||||
pytest-cov==2.10.1 # Pytest code coverage support
|
||||
coverage[toml]==5.3 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
|
||||
|
||||
|
||||
# All of the normal requirements
|
||||
-r requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user