yegor256/judges

the `test` command should check the correctness of directories layout

Open

#98 opened on Jul 29, 2024

View on GitHub
 (0 comments) (1 reaction) (1 assignee)Ruby (15 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

When the test command runs, it should (before running the tests) check whether all directories are correctly named:

dir/
  judge-one/
    judge-one.rb
    other files
  judge-two/
    judge-two.rb
    other files

Contributor guide