You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Since the /file and /workspace APIs are a direct clone of the Orion Java server's APIs, we should investigate whether the Java server tests can be reused. If that's unfeasible (which it may be, as those tests depend heavily on a lot of Java server code), then maybe we can just borrow some of their test logic.
The text was updated successfully, but these errors were encountered:
There are currently no tests for the Orionode server's REST APIs. This will not stand.
The APIs that need to be tested are:
The test runner basically needs to do this:
Since the /file and /workspace APIs are a direct clone of the Orion Java server's APIs, we should investigate whether the Java server tests can be reused. If that's unfeasible (which it may be, as those tests depend heavily on a lot of Java server code), then maybe we can just borrow some of their test logic.
The text was updated successfully, but these errors were encountered: