Skip to content
Snippets Groups Projects
Select Git revision
  • 1377bc0ea980e5ec3f568def387f3e0a75bcf2a7
  • main default protected
  • bombyx-2
3 results

model.py

Blame
  • test_poulet.py 114 B
    import unittest
    
    
    class TestFromage(unittest.TestCase):
    
        def test_fromage(self):
            self.assertEqual(1,1)