Skip to content

Commit

Permalink
chore: fixed all missing-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Feb 3, 2025
1 parent 383bfde commit bbb8689
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
/*!
CLI integration tests.
*/
#[allow(clippy::question_mark_used)]
#[cfg(test)]
mod tests {
Expand Down
4 changes: 3 additions & 1 deletion cli/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
/// CLI integration test.
/*!
CLI integration tests.
*/
mod integration_test;
4 changes: 3 additions & 1 deletion server/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
/// Handlers IT.
/*!
Integration tests for handlers.
*/
mod handlers_it;

0 comments on commit bbb8689

Please sign in to comment.