-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update payroll test data and add grade test data
- Loading branch information
Showing
2 changed files
with
193 additions
and
3 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 |
---|---|---|
|
@@ -41,13 +41,13 @@ create-stub-data: # Create stub data for testing | |
$(web) $(manage) create_stub_forecast_data | ||
$(web) $(manage) create_stub_future_forecast_data | ||
$(web) $(manage) create_data_lake_stub_data | ||
$(web) $(manage) populate_gift_hospitality_table | ||
$(web) $(manage) loaddata test_payroll_data | ||
$(web) $(manage) create_test_user --password=password | ||
|
||
setup: # Set up the project from scratch | ||
make down | ||
make create-stub-data | ||
make gift-hospitality-table | ||
$(web) $(manage) create_test_user --password=password | ||
$(web) $(manage) create_test_user [email protected] --group="Finance Administrator" --password=password # /PS-IGNORE | ||
$(web) $(manage) create_test_user [email protected] --group="Finance Business Partner/BSCE" --password=password # /PS-IGNORE | ||
|
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