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 fix: Add missing files for testing (CSV loader) 2019-04-04 10:53:28 +02:00
mispevent_testfiles fix: Strip every string in AbstractMISP 2020-03-24 14:34:29 +01:00
reportlab_testfiles fix: Bump Test files because of new template version 2019-04-24 15:55:47 +02:00
reportlab_testoutputs chg: [exportpdf] Add metadata, bugfixes cases (too long values, sanitization), links to misp instances 2019-02-25 15:49:53 +01:00
viper-test-files@47d3c9b8d7 Add viper-test-files repository as Git submodule 2019-10-04 09:00:01 +02:00
57c4445b-c548-4654-af0b-4be3950d210f.json Fix python 2.7 support, add missing test file 2016-09-28 18:50:05 +02:00
__init__.py Add test cases (initial) 2015-09-22 15:25:47 +02:00
git-vuln-finder-quagga.json new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
misp_event.json Update test file 2017-04-07 18:54:43 +02:00
new_misp_event.json Cleanup create_events 2016-08-26 18:25:39 +02:00
search_index_result.json Added test case for search_index by tag 2016-12-02 16:52:00 +01:00
sharing_groups.json fix: test case. 2018-11-22 15:25:52 +01:00
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 new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
test_reportlab.py chg: Bump dependencies. 2019-05-07 11:04:25 +02:00
testlive_comprehensive.py new: Test search with timestamp 2020-05-14 22:47:24 +02:00
testlive_sync.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00