mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Rename serve test names.
This commit is contained in:
@@ -12,7 +12,7 @@ import time
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class VerifySnapshot1Test(BaseTest):
|
||||
class Serve1Test(BaseTest):
|
||||
"""
|
||||
serve public: two publishes, verify HTTP
|
||||
"""
|
||||
@@ -57,7 +57,7 @@ class VerifySnapshot1Test(BaseTest):
|
||||
self.verify_match(self.get_gold('http'), self.http_response)
|
||||
|
||||
|
||||
class VerifySnapshot2Test(BaseTest):
|
||||
class Serve2Test(BaseTest):
|
||||
"""
|
||||
serve public: no publishes
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user