Logo white

Peter M. Groen / oletools

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,521
  • Compare
  • Branches 1
  • Tags 0
  • oletools
  • tests
19 Jan, 2018
1 commit
  • unittests: add more sample files for oleobj; test non-streamed ...
    5c5fccf9
    The pre-read test found a bug in oleobj for zipped-xml files. Will fix with
    next commit.
    Christian Herdtweck authored
    2018-01-19 10:31:29 +0100  
    Browse Dir »

18 Jan, 2018
1 commit
  • unittest: unset debug flag ...
    1829354c
    Forgot to set this back to False after testing
    Christian Herdtweck authored
    2018-01-18 10:44:06 +0100  
    Browse Dir »

17 Jan, 2018
5 commits
  • unittests: run pylint and pep8 on oleobj test
    cb072e36
    Christian Herdtweck authored
    2018-01-17 15:07:33 +0100  
    Browse Dir »
  • unittests: add more samples to oleobj test
    46920be6
    Christian Herdtweck authored
    2018-01-17 15:07:33 +0100  
    Browse Dir »
  • unittest: create unittests for ooxml.ZipSubFile
    56b79d1e
    Christian Herdtweck authored
    2018-01-17 15:07:33 +0100  
    Browse Dir »
  • unittest: add 3 tests with 6 samples for oleobj
    1ee956aa
    Christian Herdtweck authored
    2018-01-17 15:07:33 +0100  
    Browse Dir »
  • unittest: create tests for ppt_record_parser.is_ppt
    faeb2aed
    Christian Herdtweck authored
    2018-01-17 15:00:18 +0100  
    Browse Dir »

05 Jan, 2018
5 commits
  • unittests: make pylint and pep8 a bit happier ...
    3977c68c
    They actually found a few \ in strings I had overlooked
    Christian Herdtweck authored
    2018-01-05 10:44:10 +0100  
    Browse Dir »
  • unittest: add simple csv file and test it
    59a85138
    Christian Herdtweck authored
    2018-01-05 10:27:38 +0100  
    Browse Dir »
  • unittest: add .csv to list of files to be ignored ...
    4ac29b53
    Replace #print(...) with DEBUG_FLAG and conditional print(...)
    Christian Herdtweck authored
    2018-01-05 10:27:38 +0100  
    Browse Dir »
  • unittest: create new test for finding dde in csv
    fe87211b
    Christian Herdtweck authored
    2018-01-05 10:27:38 +0100  
    Browse Dir »
  • unittest: fix bug with OutputCapture and old loggers
    d6ffbaa5
    Christian Herdtweck authored
    2018-01-05 10:27:38 +0100  
    Browse Dir »

07 Dec, 2017
4 commits
  • unittests: fix error introduced when changing OutputCapture
    7f9c4f03
    Christian Herdtweck authored
    2017-12-07 17:54:25 +0100  
    Browse Dir »
  • unittests: create 2 tests for msodde with rtf with/out -d option
    a58b7439
    Christian Herdtweck authored
    2017-12-07 17:27:44 +0100  
    Browse Dir »
  • unittests: add clean rtf-file to msodde unittest - FAILS
    795517fe
    Christian Herdtweck authored
    2017-12-07 13:11:15 +0100  
    Browse Dir »
  • unittest: ensure that the OutputCapturer closes its buffer ...
    944f1f76
    Looking for reason for ResourceWarning abount unclosed BufferedReader, but
    this was not the cause...
    Christian Herdtweck authored
    2017-12-07 13:11:15 +0100  
    Browse Dir »

29 Nov, 2017
2 commits
  • unittest: ensure dde-link in simple xlsb sample is found
    a0217850
    Christian Herdtweck authored
    2017-11-29 21:38:58 +0100  
    Browse Dir »
  • unittest: add xlsb test file
    80fe04d6
    Christian Herdtweck authored
    2017-11-29 21:38:58 +0100  
    Browse Dir »

24 Nov, 2017
1 commit
  • unittest: improve output for simpler bugfixing
    348fcb5b
    Christian Herdtweck authored
    2017-11-24 21:32:32 +0100  
    Browse Dir »

23 Nov, 2017
5 commits
  • unittest: make compatible with python 2.6, improve output
    7fedfd1d
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »
  • unittest: create unittest for ooxml
    df2ad14a
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »
  • unittest: update template
    20d8d2f5
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »
  • unittest: add excel 2007+ test files to msodde-test
    abf93bda
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »
  • unittest: remove file type from test module names and data dirs ...
    0eb0d794
    Will add excel test code and samples later, no need to have separate
    folders for different file types.
    Christian Herdtweck authored
    2017-11-23 20:46:38 +0100  
    Browse Dir »

10 Nov, 2017
1 commit
  • unittest: create unittests for msodde blacklist feature
    ca0087b0
    Christian Herdtweck authored
    2017-11-10 17:15:24 +0100  
    Browse Dir »

02 Nov, 2017
1 commit
  • msodde: add detecting an utf-16le dde string.
    0c3e86bf
    kijeong kim authored
    2017-11-02 21:18:51 +0100  
    Browse Dir »

27 Oct, 2017
8 commits
  • unittest: minor fix to test of olevba -jr
    074a8325
    Christian Herdtweck authored
    2017-10-27 17:56:43 +0200  
    Browse Dir »
  • unittest: finish olevba-json validity tests
    1bb50a33
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »
  • unittest: move test data reader to util dir ...
    318d3b71
    With this change we replace the relative import.
    
    Also use with-statement to open test file, so file is always closed after
    reading (python3 unittest issued a warning).
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »
  • unittest: move definition of data base dir to utils package
    9ef73692
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »
  • unittest: Create unittests for json output validity in msodde
    f2d2fe46
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »
  • unittest: create test util dir; move output capture there ...
    0c8e06d9
    Want to use the OutputCapture in another unit test. There will probably be
    more such test helpers over time that need to be imported from different
    unit tests.
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »
  • unittest: add note to howto
    1e8e5737
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »
  • unittest: add/update test files for msodde; adjust code
    1ad45c57
    Christian Herdtweck authored
    2017-10-27 16:31:13 +0200  
    Browse Dir »

25 Oct, 2017
3 commits
  • Add more unittests for msodde ...
    be6bdfa6
    These tests capture stdout to check whether msodde finds dde links correctly
    Christian Herdtweck authored
    2017-10-25 18:07:47 +0200  
    Browse Dir »
  • Create unittest template file and howto ...
    6ac44ee7
    This should help avoiding some common mistakes when adding new unit tests
    Christian Herdtweck authored
    2017-10-25 18:07:46 +0200  
    Browse Dir »
  • Add unit tests for msodde return codes ...
    7c83ad38
    The test documents supplied here may contain DDE links but these
    only start calc.exe. No links to web pages there.
    Christian Herdtweck authored
    2017-10-25 18:05:35 +0200  
    Browse Dir »

20 Oct, 2017
1 commit
  • Initial support for unit tests (#201)
    661cd5eb
    Samir Aguiar authored
    2017-10-20 17:22:56 +0200  
    Browse Dir »