summaryrefslogtreecommitdiff
path: root/doc/source/usage.rst
blob: a8ccdc4d9fa8a091294197d1c4570e6eb737f79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
========
Usage
========

To use  in a project::

    from oslotest import base


    class MyTest(base.BaseTestCase):

        def test_something(self):
            self.assertTrue(True)