realpython/dockerizing-django

Not changing code before run unit tests

Open

#26 opened on May 12, 2016

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (493 forks)batch import
hacktoberfest

Repository metrics

Stars
 (1,326 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When I create and run the container, I run the tests to check the result. But when I make a change, it is not reflected and shows the same result. How can he see this change in code?

Contributor guide