Thorben Bochenek
Thorben Bochenek
onHide is currently not passed the event. This means you cannot e.g. call event.stopPropagation() on the click event, preventing the event from bubbling up and calling actions on containers. Simply...
# Summary Our tests fail with a message similar to `FAIL Required test coverage of 54.18% not reached. Total coverage: 54.18%` as you can see from this message, it actually...
Atfinity is using your SFTP Server in our Django tests (without pytest) nicely like so: ``` mock_sftp_server = SFTPServer() class TestSFTP(APITestCase): fixtures = ['simple.json'] @classmethod def setUpClass(cls): super().setUpClass() mock_sftp_server.block_on_close =...
This fixes Issue #30