Codebase list python-castellan / 573b357
Remove placeholder test This test originally existed to provide a placeholder for future tests and to ensure the test infrastructure was set up correctly. Now, this test is not necessary because the keymgr includes its own tests. Change-Id: I2913db06f81560467bce7c10303848bb5569184d Kaitlin Farr 9 years ago
1 changed file(s) with 0 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
+0
-28
castellan/tests/test_castellan.py less more
0 # -*- coding: utf-8 -*-
1
2 # Licensed under the Apache License, Version 2.0 (the "License"); you may
3 # not use this file except in compliance with the License. You may obtain
4 # a copy of the License at
5 #
6 # http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11 # License for the specific language governing permissions and limitations
12 # under the License.
13
14 """
15 test_castellan
16 ----------------------------------
17
18 Tests for `castellan` module.
19 """
20
21 from castellan.tests import base
22
23
24 class TestCastellan(base.TestCase):
25
26 def test_something(self):
27 pass