-
Notifications
You must be signed in to change notification settings - Fork 6
ekobox unittests #109
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
Merged
alecandido
merged 20 commits into
feature/composite-output
from
feature/ekobox-unittests
Mar 25, 2022
Merged
ekobox unittests #109
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
31a8859
Reshuffle files
felixhekhorn f231813
Fix tests to run
felixhekhorn a0b2c5d
Remove unreachable code, improve tests
felixhekhorn 218c749
Add ekobox.mock test
felixhekhorn fc94e91
Start mocking lhapdf, revert flavors
felixhekhorn 594a29a
Add genpdf.export tests
felixhekhorn 1dab3f3
Improve lhapdf fixtures
felixhekhorn 6feeefc
Improve generate_pdf
felixhekhorn f66ff74
Add first genpdf test and improve former
felixhekhorn 565c788
Recover shutil.move in py3.8 and lower
felixhekhorn 85fef7e
Improve genpdf tests
felixhekhorn 853627d
Complete genpdf.generate_pdf test
felixhekhorn 7408378
Resolve fake_pdf name clash
felixhekhorn 3b760ef
Complete genpdf.cli tests
felixhekhorn bc98929
Add ekobox install cli test
felixhekhorn 9da2caa
Rename ekobox info file
felixhekhorn 66692ef
Complete coverage
felixhekhorn ff7bf66
Rename gen_theory
felixhekhorn 6829150
Rename gen_op
felixhekhorn 39338e8
Apply some review suggestions
felixhekhorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # -*- coding: utf-8 -*- | ||
| from ekomark import apply | ||
|
|
||
| from . import evol_pdf, gen_info, gen_op, gen_theory | ||
| from . import evol_pdf, info_file, operators_card, theory_card | ||
|
felixhekhorn marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.