Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Set up

We'll need a few things to install for this section:

Running the tests

To run the tests, you'll need to do this in a terminal (but remember to have the Flask app running!):

source venv/bin/activate
cd section6/video_code/
python -m behave tests/acceptance

If you want to run the tests in PyCharm, you'll need to create appropriate configurations. We cover this in the course!