935cd2964792ab814b7aa0e4d9ef20ff024f54e4,tests/test_algorithms_host_footprint.py,,test_predict,#,15
Before Change
HostFootprint()
operation = "predict"
sys.argv = ["host_footprint.py", "--operation", operation, input_file]
HostFootprint()
def test_train_bad_data_too_few_columns():
After Change
instance.main()
operation = "predict"
sys.argv = ["host_footprint.py", "--operation", operation, input_file]
instance = HostFootprint()
instance.main()
def test_train_bad_data_too_few_columns():
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: CyberReboot/NetworkML
Commit Name: 935cd2964792ab814b7aa0e4d9ef20ff024f54e4
Time: 2020-02-26
Author: clewis@iqt.org
File Name: tests/test_algorithms_host_footprint.py
Class Name:
Method Name: test_predict
Project Name: CyberReboot/NetworkML
Commit Name: 935cd2964792ab814b7aa0e4d9ef20ff024f54e4
Time: 2020-02-26
Author: clewis@iqt.org
File Name: tests/test_algorithms_host_footprint.py
Class Name:
Method Name: test_train_bad_data_too_few_columns
Project Name: CyberReboot/NetworkML
Commit Name: 935cd2964792ab814b7aa0e4d9ef20ff024f54e4
Time: 2020-02-26
Author: clewis@iqt.org
File Name: tests/test_algorithms_host_footprint.py
Class Name:
Method Name: test_train