igraph / rigraph

igraph R package
https://r.igraph.org
532 stars 200 forks source link

test: rename test file to align with script structure.info.R #1421

Closed maelle closed 1 week ago

maelle commented 1 week ago

Really minimal.

@szhorvat for info part of the refactoring of tests will consist in aligning script names and test filenames because this allows to easily jump from test to script and vice versa (using usethis::use_r() and usethis::use_test()).

aviator-app[bot] commented 1 week ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
szhorvat commented 1 week ago

If I understand you correctly, you are asking me to follow certain naming standards. I'm happy to do so but I have a lot of trouble keeping these in my head (even things I came up with myself). Could you please open a new wiki page and write down (very briefly) the standards we need to follow? I can then refer to that, and I don't need to remember anything by heart :-)

We do the same in the C core (see e.g. here and here).