Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo to save the progress of the udemy course

https://www.udemy.com/automated-software-testing-with-python https://github.com/schoolofcode-me/testing-python-apps.git

How to use it

The Dockerfile has an entrypoint and a CMD that passes a default argument (runserver).

The valid arguments are:

* runserver (runs the flask app)
* runtests (run the tests in the flask app)

So, a valid command to run it would be

docker-compose run --rm --service-ports web runtests

In case that you wan to run a bash session inside, do the following

docker-compose run --rm --service-ports --entrypoint=bash web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages