Every line of 'python simplehttpserver 8000' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
7 def test_simple(self): 8 """ Simple test: valid backend """ 9 port = 2080 10 self.spawn_httpd(port) 11 self.register_frontend('foobar', ['http://localhost:{0}'.format(port)]) 12 self.assertEqual(self.http_request('foobar'), 200)