htw-imi-info3 / python-learning

0 stars 2 forks source link

review fileWriting #26

Open mantayjon opened 1 year ago

chrisWolter commented 1 year ago

Tests are running. No Problems found.

nathalieclaire commented 1 year ago

I fixed the typo in line 7. Everything else looks very good: see changes

leunami420 commented 1 year ago

I tried to change the expected outcome to read "This is a" but the test still passed as OK. So I changed the assertion to self.assertEqual(file.read(), "this is a test") instead of self.assertIn("this is a test", file.read()) Now the test fails, if the expected outcome is edited