Japo Domingo
Results
1
issues of
Japo Domingo
Hi, I have the following test below that puts simple text into an object: ``` from nose2.compat import unittest import boto3 import placebo class S3PlaceboTestCase(unittest.TestCase): def setUp(self): super().setUp() self.session =...