Skip to content

Instantly share code, notes, and snippets.

@dadarek
Last active December 21, 2015 09:09
Show Gist options
  • Save dadarek/6283408 to your computer and use it in GitHub Desktop.
Save dadarek/6283408 to your computer and use it in GitHub Desktop.
How to structure your test project files.
  • Project 1

    • Folder 1
      • Class1 cs
      • Class2 cs
    • Class3 cs
  • Project 1 Tests

    • Folder 1
      • Class1_Test.cs
      • Class2_Test.cs
    • Class3_Test.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment