Skip to content

Commit

Permalink
fix: drop the silly docker file tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison committed Jul 1, 2020
1 parent 91f4cd8 commit df75f6e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
import unittest



class ProjectTests(unittest.TestCase):
# ./docker
def test_docker_dir(self):
self.assertTrue(os.path.isfile("./docker/Dockerfile"))

# ./docker-compose.yml or ./docker/docker-compose.yml
def test_docker_compose(self):
self.assertTrue(os.path.isfile('./docker/docker-compose.yml'))

# ./.env_sample
def test_env(self):
self.assertTrue(os.path.isfile('./.env_sample'))
Expand Down

0 comments on commit df75f6e

Please sign in to comment.