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
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 »