Split #3054: Add base classes [ready]#3140
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3140 +/- ##
========================================
Coverage 85.32% 85.32%
========================================
Files 262 265 +3
Lines 54731 54946 +215
========================================
+ Hits 46697 46881 +184
- Misses 8034 8065 +31
|
c0c480e to
b983299
Compare
gpotter2
left a comment
There was a problem hiding this comment.
Wouldn't it make more sense if the test-related files were in the test/ folder.
Remember that the test/ folder isn't included in builds, so it would make scapy lighter.
There was a problem hiding this comment.
You can just do
@six.add_metaclass(abc.ABCMeta)
and you don't need all of that.
There was a problem hiding this comment.
Thanks a lot for this hint
|
@gpotter2 Sorry for the confusion with the name The Regarding the To summarize that.. I've chosen this names to express a broader use of these base-classes, not only for enumeration and scanning. I'm currently experimenting with more use cases and plan to release for example AutomotiveFuzzers in the future. |
…n of automotive scanners and enumerators
b983299 to
b02a799
Compare
* Split secdev#3054: Add base classes for a new and clean implementation of automotive scanners and enumerators
Add base classes for a new and clean implementation of automotive scanners and enumerators