Skip to content

Change project structure #265

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
merged 2 commits into from
Jan 15, 2019
Merged

Conversation

gyermolenko
Copy link
Contributor

@gyermolenko gyermolenko commented Jan 13, 2019

fixes #264
Everything important and src-like moved to patterns folder .

  • pattern scripts themselves were not modified, only moved.
  • A few import fixes in tests.
  • Created setup.py for consistent imports. It doesn't change how scripts in patterns folder operate

@codecov-io
Copy link

codecov-io commented Jan 13, 2019

Codecov Report

Merging #265 into master will decrease coverage by 40.13%.
The diff coverage is 93.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #265       +/-   ##
===========================================
- Coverage   97.67%   57.54%   -40.14%     
===========================================
  Files          61       62        +1     
  Lines        2238     2240        +2     
===========================================
- Hits         2186     1289      -897     
- Misses         52      951      +899
Impacted Files Coverage Δ
patterns/structural/mvc.py 0% <ø> (ø)
patterns/behavioral/iterator.py 0% <ø> (ø)
patterns/behavioral/state.py 87.8% <ø> (ø)
patterns/dft/setter_injection.py 100% <ø> (ø)
patterns/behavioral/template.py 0% <ø> (ø)
patterns/behavioral/catalog.py 0% <ø> (ø)
patterns/behavioral/memento.py 0% <ø> (ø)
patterns/other/hsm/hsm.py 77.35% <ø> (ø)
patterns/behavioral/strategy.py 96.29% <ø> (ø)
patterns/behavioral/chain.py 0% <ø> (ø)
... and 88 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 040f0d0...af12e8f. Read the comment docs.

@faif faif merged commit 2e1f57c into faif:master Jan 15, 2019
@thomastu thomastu mentioned this pull request Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project folder structure
3 participants