Clean up unit tests (#1020)
This commit is contained in:
@@ -399,9 +399,4 @@ class TestOpenAIServer(unittest.TestCase):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main(warnings="ignore")
|
||||
|
||||
# t = TestOpenAIServer()
|
||||
# t.setUpClass()
|
||||
# t.test_completion()
|
||||
# t.tearDownClass()
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user