Skip to content
Snippets Groups Projects
  1. Apr 12, 2017
  2. Jan 30, 2017
  3. Jan 07, 2017
  4. Nov 24, 2016
    • Alyssa Ross's avatar
      Add .env.test · 75d09033
      Alyssa Ross authored
      It took me ages to get Mastodon set up with the tests passing because
      the environment variables I needed to define weren't documented and I
      had to work them out one at a time.
      
      This change adds a .env.test file, and makes it so it isn't ignored by
      git. I think it makes sense for the .env.test file to be in git, since
      there's nothing secret in it, but other approaches would be to have a
      .env.test.sample (like the corresponding one for production), or to set
      these values in a test helper, or to adapt the tests to work with
      environments other than this one. I'd be happy to make these changes if
      that would be preferred.
      
      Being able to get set up and run the tests is a pretty important part of
      being able to contribute to Mastodon (or your test coverage with
      suffer!), so having some sort of solution like this one is vital.
      75d09033
  5. Oct 14, 2016
  6. Aug 24, 2016
  7. Mar 14, 2016
  8. Feb 27, 2016
  9. Feb 24, 2016
  10. Feb 20, 2016
Loading