Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 292 Bytes

why.md

File metadata and controls

13 lines (9 loc) · 292 Bytes

why?

We want to make sure that in more complex documentation structures, which may have multiple sub directories, we are still formatting name and paths correctly.

import unittest

class TestMore(unittest.TestCase):
    def test_more(self):
        self.assertTrue(True)

Good.