Skip to content

Commit

Permalink
Add unit test stubs.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Sep 28, 2023
1 parent 4ad2478 commit 5d9a960
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import pytest


@pytest.mark.skip(reason='TBD')
def test_sync_galaxy_namespaces():
pass


@pytest.mark.skip(reason='TBD')
def test_sync_galaxy_collections():
pass


@pytest.mark.skip(reason='TBD')
def test_sync_galaxy_namespaces():
pass


@pytest.mark.skip(reason='TBD')
def test_sync_galaxy_roles():
pass

0 comments on commit 5d9a960

Please sign in to comment.