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
Server Management: | |
Installing, configuring, and maintaining web servers (if any). | |
Managing server resources, including CPU, RAM, and storage. | |
Keeping up to date with cost-effective server instance types (cloud) with regard to current and prospective workload/s and suggesting appropriate changes to management/stakeholders. | |
Domain and DNS Management: | |
Registering and renewing domain names. | |
Configuring DNS settings for domains and subdomains. | |
Backup and Disaster Recovery: |
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
=============================================================================================== FAILURES =============================================================================================== | |
______________________________________________________________________________________ test_validate_cash_in_txn _______________________________________________________________________________________ | |
validate_route_usage_mock = <MagicMock name='validate_route_usage' id='275037264240'>, cancel_mock = <MagicMock name='cancel_cash_in_txn' id='275035140048'> | |
@patch('foobar.apps.transactionx.tasks.inward.cancel_cash_in_txn') | |
@patch('foobar.apps.transactionx.tasks.inward.validate_route_usage') | |
def test_validate_cash_in_txn(validate_route_usage_mock, cancel_mock): | |
with freeze_time('2019-10-10T10:00:00'): | |
routed_txn = CashInTransactionFactory( |