Commit 35851dc
authored
Dev/eccles/remove unnecessary unittests (#17)
* Build about.py in builder image
Problem:
Creating about.py in host environmant fails if python setuptools is
unavailable
Solution:
Create about.py using docker image.
Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
* Suppress unittest coverage for timestamp.py
Problem:
Timestamp.py is so simple it does not warrant unittests.
Solution:
Add correct method of suppressing unittests for individual files and
remove unittests for timestamp.py.
Signed-off-by: Paul Hewlett <phewlett76@gmail.com>1 parent 5c7e1c5 commit 35851dc
4 files changed
Lines changed: 10 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
This file was deleted.
0 commit comments