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