PyMISP/tests
Troy Ross 17ebfe86ab Previously file object was reporting the libmagic description of a file
instead of the mimetype. According to [MISP DataModels](https://www.misp-project.org/datamodels/#types)
```
mime-type: A media type (also MIME type and content type) is a two-part identifier for file formats and format contents transmitted on the Internet
```
more precisely defined in [RFC2045](https://tools.ietf.org/html/rfc2045) and others.

The description returned by libmagic is more useful than the generic mime-type,
but I did not find a place to put the description in the current data model.
2020-06-14 10:48:29 -06:00
..
csv_testfiles
mispevent_testfiles
reportlab_testfiles
reportlab_testoutputs
viper-test-files@47d3c9b8d7
57c4445b-c548-4654-af0b-4be3950d210f.json
__init__.py
git-vuln-finder-quagga.json
misp_event.json
new_misp_event.json
search_index_result.json
sharing_groups.json
test_fileobject.py Previously file object was reporting the libmagic description of a file 2020-06-14 10:48:29 -06:00
test_mispevent.py
test_reportlab.py
testlive_comprehensive.py
testlive_sync.py