You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installation on windows is not tested we can't warranty it works perfectly. However in the latest pyconfr we have proved that section II works perfectly on windows.
we have to alert or find out a way to let use the makefile or maintain shell file or let the user read the makefile !
to activate virtualenv there is a Script directory to activate (source does not exits) ./rooms-venv/Script/activate.bat
in the make file to setup variable while launching unit test we did it in 2 lines:
SET ANYBLOK_CONFIG_FILE=app.test.cfg
py.test -v -s rooms_booking
The text was updated successfully, but these errors were encountered:
While installation on windows is not tested we can't warranty it works perfectly. However in the latest pyconfr we have proved that section II works perfectly on windows.
we have to alert or find out a way to let use the makefile or maintain shell file or let the user read the makefile !
to activate virtualenv there is a
Script
directory to activate (source
does not exits)./rooms-venv/Script/activate.bat
in the make file to setup variable while launching unit test we did it in 2 lines:
The text was updated successfully, but these errors were encountered: