Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
b5f1e64e
Kaydet (Commit)
b5f1e64e
authored
Agu 25, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Ensure Makefile still run tests properly / tests are run in container as expected
üst
f9a540aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
.dockerignore
.dockerignore
+1
-0
Makefile
Makefile
+4
-4
integration_test.py
tests/integration_test.py
+1
-1
No files found.
.dockerignore
Dosyayı görüntüle @
b5f1e64e
...
@@ -10,6 +10,7 @@ dist
...
@@ -10,6 +10,7 @@ dist
.tox
.tox
.coverage
.coverage
html/*
html/*
tests/__pycache__
# Compiled Documentation
# Compiled Documentation
site/
site/
Makefile
Dosyayı görüntüle @
b5f1e64e
...
@@ -13,13 +13,13 @@ build-py3:
...
@@ -13,13 +13,13 @@ build-py3:
test
:
unit-test integration-test unit-test-py3 integration-test-py3
test
:
unit-test integration-test unit-test-py3 integration-test-py3
unit-test
:
build
unit-test
:
build
docker run docker-py py.test tests/test.py
docker run docker-py py.test tests/test.py
tests/utils_test.py
unit-test-py3
:
build-py3
unit-test-py3
:
build-py3
docker run docker-py3 py.test tests/test.py
docker run docker-py3 py.test tests/test.py
tests/utils_test.py
integration-test
:
build
integration-test
:
build
docker run
-e
NOT_ON_HOST
=
true
-v
`
$(HOST_TMPDIR)
`
:/tmp
-v
/var/run/docker.sock:/var/run/docker.sock docker-py py
thon
tests/integration_test.py
docker run
-e
NOT_ON_HOST
=
true
-v
`
$(HOST_TMPDIR)
`
:/tmp
-v
/var/run/docker.sock:/var/run/docker.sock docker-py py
.test
tests/integration_test.py
integration-test-py3
:
build-py3
integration-test-py3
:
build-py3
docker run
-e
NOT_ON_HOST
=
true
-v
`
$(HOST_TMPDIR)
`
:/tmp
-v
/var/run/docker.sock:/var/run/docker.sock docker-py3 py
thon
tests/integration_test.py
docker run
-e
NOT_ON_HOST
=
true
-v
`
$(HOST_TMPDIR)
`
:/tmp
-v
/var/run/docker.sock:/var/run/docker.sock docker-py3 py
.test
tests/integration_test.py
tests/integration_test.py
Dosyayı görüntüle @
b5f1e64e
...
@@ -33,7 +33,7 @@ import six
...
@@ -33,7 +33,7 @@ import six
from
six.moves
import
BaseHTTPServer
from
six.moves
import
BaseHTTPServer
from
six.moves
import
socketserver
from
six.moves
import
socketserver
from
test
import
Cleanup
from
.
test
import
Cleanup
# FIXME: missing tests for
# FIXME: missing tests for
# export; history; insert; port; push; tag; get; load; stats
# export; history; insert; port; push; tag; get; load; stats
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment