vlang/vsl

test: add unit tests for gm (geometry) module

Aberta

#319 aberto em 14 de jul. de 2026

 (0 comentário) (0 reação) (0 responsável)V (49 forks)auto 404
Hacktoberfestenhancementgood first issue

Métricas do repositório

Stars
 (400 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

gm/basicgm.v and gm/bins.v have no test coverage. The README promises 6 example directories but automated testing is absent.

Task

Add gm/basicgm_test.v and gm/bins_test.v covering:

  • Point creation and distance computation
  • Bin creation, insertion, and spatial queries
  • Edge cases: empty bins, duplicate points

Verification

  • cd ~/.vmodules/vlang && v test vsl/gm

Guia do colaborador