Skip to content

meghfossa/spectrometer-tests

 
 

Repository files navigation

spectrometer-tests

This is a repo of integration tests against popular (or problematic) open-source repositories.

Adding tests

  • Add a project repo as a submodule
git submodule add [email protected]:foo/bar.git repos/strategygroup/bar/

Only use ssh remotes for submodules

  • Add a test to test/IntegrationSpec.hs, using the repo helper

See existing examples in test/IntegrationSpec.hs, and see docs for Repo and Analysis in test/Repo.hs

Failing tests

Comment out failing tests (or use skip from test/IntegrationSpec.hs). For each failing test, add a FIXME comment detailing why the test fails, and/or the relevant error message.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.7%
  • Shell 0.3%