Skip to content

Commit f9132e6

Browse files
committed
Move feature tests into tests/feature where possible
1 parent e4cf4ed commit f9132e6

12 files changed

Lines changed: 0 additions & 26 deletions

File tree

tests/feature/foreman-proxy/__init__.py

Whitespace-only changes.

tests/feature/foreman/__init__.py

Whitespace-only changes.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
import pytest
2-
3-
pytestmark = pytest.mark.feature('foreman')
4-
5-
61
def test_foreman_organization(organization):
72
assert organization
83

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import pytest
44

5-
pytestmark = pytest.mark.feature('foreman')
6-
75
FOREMAN_HOST = 'localhost'
86
FOREMAN_PORT = 3000
97

tests/foreman_compute_resources_test.py renamed to tests/feature/foreman/compute_resources_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import pytest
22

3-
pytestmark = pytest.mark.feature('foreman')
4-
53

64
@pytest.mark.parametrize("compute_resource", ['AzureRm', 'EC2', 'GCE', 'Libvirt', 'Openstack', 'Vmware'])
75
def test_foreman_compute_resources(foremanapi, compute_resource):
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import pytest
22

3-
pytestmark = pytest.mark.feature('foreman')
4-
53

64
@pytest.mark.parametrize("foreman_plugin", ['foreman_azure_rm', 'foreman_google'])
75
def test_foreman_compute_resources(foremanapi, foreman_plugin):

tests/feature/hammer/__init__.py

Whitespace-only changes.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
import pytest
2-
3-
pytestmark = pytest.mark.feature('hammer')
4-
5-
61
def test_hammer_ping(server):
72
hammer = server.run("hammer ping")
83
assert hammer.succeeded

tests/feature/katello/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)