phyloref / jphyloref

MIT License
0 stars 0 forks source link

Add tests for WebserverCommand #49

Open gaurav opened 5 years ago

gaurav commented 5 years ago

We don't currently have unit tests for WebserverCommand, and should add some. In particular, I want to make sure that we can handle multiple requests as efficiently as possible. The Elk OWL API documentation warns that the Elk reasoner needs to be fully disposed to ensure that they don't persist in memory, so this would make sure that this isn't happening for us.