-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
5 changed files
with
40 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,8 @@ | ||
# Overview | ||
|
||
These tests are primarily designed for editing resources on the admin site. | ||
|
||
# Database | ||
|
||
These tests use the fixtures located in core/fixtures/test. | ||
Alternatively, you can run `make load-test-data` from the root folder to load the test data. |
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,8 @@ | ||
# Overview | ||
|
||
These tests are primarily designed for verifying the filter functionality in the admin list. | ||
|
||
# Database | ||
|
||
These tests use the fixtures located in core/fixtures/admin_filter. | ||
Alternatively, you can run `make load-test-data-for-filter` from the root folder to load the test data. |
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,8 @@ | ||
# Overview | ||
|
||
These tests are primarily designed for verifying the list of resources in the admin interface, including functionalities such as pagination, search, and the modal selector. | ||
|
||
# Database | ||
|
||
These tests use the fixtures located in core/fixtures/test. | ||
Alternatively, you can run `make load-test-data` from the root folder to load the test data. |
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,8 @@ | ||
# Overview | ||
|
||
These tests are primarily designed for testing the project creation process. | ||
|
||
# Database | ||
|
||
These tests use the fixtures located in core/fixtures/test. | ||
Alternatively, you can run `make load-test-data` from the root folder to load the test data. |
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,8 @@ | ||
# Overview | ||
|
||
These tests are primarily designed for testing the viewing and usage of project features. | ||
|
||
# Database | ||
|
||
These tests use the fixtures located in core/fixtures/test. | ||
Alternatively, you can run `make load-test-data` from the root folder to load the test data. |