Update scanner.py
Browse files- scanner.py +1 -16
scanner.py
CHANGED
|
@@ -179,13 +179,7 @@ def test_individual_functions():
|
|
| 179 |
print()
|
| 180 |
|
| 181 |
if __name__ == "__main__":
|
| 182 |
-
|
| 183 |
-
print("βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ")
|
| 184 |
-
print("β β")
|
| 185 |
-
print("β ENGINE SCANNING SYSTEM - VERIFICATION SUITE β")
|
| 186 |
-
print("β β")
|
| 187 |
-
print("βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ")
|
| 188 |
-
print("\n")
|
| 189 |
|
| 190 |
# Run unit tests first
|
| 191 |
test_individual_functions()
|
|
@@ -193,12 +187,3 @@ if __name__ == "__main__":
|
|
| 193 |
# Run full integration test
|
| 194 |
test_scanner()
|
| 195 |
|
| 196 |
-
print("\n")
|
| 197 |
-
print("βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ")
|
| 198 |
-
print("β β")
|
| 199 |
-
print("β VERIFICATION COMPLETE β β")
|
| 200 |
-
print("β β")
|
| 201 |
-
print("β Your engine scanning system is ready to deploy! β")
|
| 202 |
-
print("β β")
|
| 203 |
-
print("βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ")
|
| 204 |
-
print("\n")
|
|
|
|
| 179 |
print()
|
| 180 |
|
| 181 |
if __name__ == "__main__":
|
| 182 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
|
| 184 |
# Run unit tests first
|
| 185 |
test_individual_functions()
|
|
|
|
| 187 |
# Run full integration test
|
| 188 |
test_scanner()
|
| 189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|