web/test/unittest_breadcrumbs.py
branchstable
changeset 5994 97c55baefa0c
parent 5569 cb14af012a96
child 6340 470d8e828fda
equal deleted inserted replaced
5976:00b1b6b906cf 5994:97c55baefa0c
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
       
    18 
    18 from cubicweb.devtools.testlib import CubicWebTC
    19 from cubicweb.devtools.testlib import CubicWebTC
       
    20 
    19 
    21 
    20 class BreadCrumbsTC(CubicWebTC):
    22 class BreadCrumbsTC(CubicWebTC):
    21 
    23 
    22     def test_base(self):
    24     def test_base(self):
    23         req = self.request()
    25         req = self.request()