Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xunit improvements #330

Merged
merged 4 commits into from
Oct 16, 2015
Merged

Xunit improvements #330

merged 4 commits into from
Oct 16, 2015

Conversation

hexylena
Copy link
Member

  • Refactors XUnit report templates into a single more generic template. (http://stackoverflow.com/a/9691131 good resource for what fields are available)
  • Unrelated mktemp -> mkstemp
  • Include timings in shed_diff (not useful but hey, neato)
  • Include diffs in shed_diff (hella useful)

'In version 2.3 of Python, this module was overhauled for enhanced security. It now provides three new functions, NamedTemporaryFile(), mkstemp(), and mkdtemp(), which should eliminate all remaining need to use the insecure mktemp() function. Temporary file names created by this module no longer contain the process ID; instead a string of six random characters is used.'
@jmchilton
Copy link
Member

Super awesome @erasche.

@bgruening
Copy link
Member

Nice!!!!
👍

- Removed time attribute to make deterministic
- Updated test case with diff output
@hexylena
Copy link
Member Author

Fixed test cases.

@martenson
Copy link
Member

Thanks Eric.

martenson added a commit that referenced this pull request Oct 16, 2015
@martenson martenson merged commit 888a909 into master Oct 16, 2015
@hexylena hexylena deleted the xunit-improvements branch October 20, 2015 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants