Skip to content

Commit

Permalink
Add link to issue about fixing commented out tests
Browse files Browse the repository at this point in the history
Improve the comments explaining the commented out tests by providing a
link to the issue created to track fixing them.

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
mcdonnnj and dav3r committed May 10, 2022
1 parent 955ba27 commit e7e636b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/cert_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def celery():

# This test currently requires the Docker Compose configuration to be running
# to function. This makes it difficult to perform standard Python testing.
# See https://github.com/cisagov/admiral/issues/9 for details.
# class TestCerts:
# """Test certificate transparency tasks."""
#
Expand Down
1 change: 1 addition & 0 deletions tests/scan_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def host_ip():

# These tests currently require the Docker Compose configuration to be running
# to function. This makes it difficult to perform standard Python testing.
# See https://github.com/cisagov/admiral/issues/9 for details.
# class TestPortScans:
# """Test port scan celery tasks."""
#
Expand Down

0 comments on commit e7e636b

Please sign in to comment.