Skip to content

Commit 1223c90

Browse files
committed
Add container PyTest suite to nginx-container.
All PyTest have naming `test_container_*.py` Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent ab047d5 commit 1223c90

27 files changed

+384
-2
lines changed

1.20/test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/conftest.py

1.20/test/run-pytest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/run-pytest
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_application.py

1.20/test/test_container_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_basics.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_example_apps.py

1.22/test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/conftest.py

1.22/test/constants.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

1.22/test/run-pytest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/run-pytest
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_application.py

1.22/test/test_container_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test_container_basics.py

0 commit comments

Comments
 (0)