-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34a0c6b
commit e8da5fe
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Integration tests | ||
|
||
These are tests of the full Loculus system, following sequences through submission to preprocessing to release. | ||
|
||
## Principles | ||
|
||
Here are some current guiding principles for these tests: | ||
- Only use facilities users could use (primarily browser interaction), rather than setting things up with backend calls. This makes it easy for others to understand the tests because they can follow them in the browser. | ||
- All tests should be able to run in parallel. Mostly this can be carried out by creating a separate user/group for each test. |