Commit c1adadc
committed
retired the api unit test: Unit tests are meant to be isolated, so testing code that interacts directly with databases, APIs, file systems, or hardware isn't ideal for unit tests—use integration tests instead. e.g.: Testing an API client that only makes a network request—better tested with integration or end-to-end tests.
1 parent 63d542c commit c1adadc
File tree
3 files changed
+3
-91
lines changed- chipflow_lib
- steps
- tests
3 files changed
+3
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
This file was deleted.
0 commit comments