This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 431: add job counts to dashboard (#63)
* TxManager - added job counts per module and total. DashboardTest - unit test for TxManager.generate_dashboard() * bumped version number * test_manager.py - fixed test_generate_dashboard to account for job counts. Removed dashboard_tests. * test_manager.py - improved test_generate_dashboard to verify job counts. manager.py - tweaked ids of totals for easy validation. * TxManager.generate_dashboard - code cleanup. * TxManager.generate_dashboard - code cleanup. * ManagerTest - fixed error count for test_start_job1 to reflect changes I made to mock test data.
- Loading branch information
1 parent
4faeef2
commit 410ead3
Showing
4 changed files
with
167 additions
and
25 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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='tx-manager', | ||
version='0.2.61', | ||
version='0.2.62', | ||
packages=[ | ||
'client', | ||
'manager', | ||
|
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