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
  • test_utils
05 Jan, 2018
1 commit
  • unittest: fix bug with OutputCapture and old loggers
    d6ffbaa5
    Christian Herdtweck authored
    2018-01-05 10:27:38 +0100  
    Browse Dir »

07 Dec, 2017
1 commit
  • 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 »

27 Oct, 2017
3 commits
  • 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 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 »