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

Thinko. Actually put the files in the hierarchy #32

Merged
merged 1 commit into from Aug 20, 2016

Conversation

yanfali
Copy link
Contributor

@yanfali yanfali commented Aug 19, 2016

  • a big mistake on my part was not testing the code outside of the
    path. This commit fixes the hierarchy and adds a test to ensure that
    the import path functions.

 - a big mistake on my part was not testing the code outside of the
   path. This commit fixes the hierarchy and adds a test to ensure that
   the import path functions.
 - add a documentation file to encoding to satisfy compiler
@yanfali yanfali force-pushed the yanfali-fix-package-hierarchy branch from b7e6cfc to b814b98 Compare August 19, 2016 21:00
@@ -0,0 +1,24 @@
package encoding
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't tests be in the same package as jsonschema?

@yanfali
Copy link
Contributor Author

yanfali commented Aug 20, 2016

In this case no, because it's specifically to test that importing paths work correctly. The mistake I made earlier was to not try and import from another package, but only use it from the same package :(

@rs rs merged commit 06858d2 into rs:master Aug 20, 2016
@rs
Copy link
Owner

rs commented Aug 20, 2016

Got it. That's why I always happened _test to my test package :)

@yanfali
Copy link
Contributor Author

yanfali commented Aug 20, 2016

Thanks!

@yanfali yanfali deleted the yanfali-fix-package-hierarchy branch August 20, 2016 00:27
@rs
Copy link
Owner

rs commented Aug 20, 2016

Forget what I said, I must have dreamed it :)

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.

None yet

2 participants