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

Improve config handler, large restructuring and start of testing and type annotations #11

Merged
merged 21 commits into from
May 13, 2020

Conversation

cwerner
Copy link
Owner

@cwerner cwerner commented May 12, 2020

This is a large PR since it touches on many aspects of the program.

Changes:

  • break messy config handling and introduce config_handler class
  • new variable class that encapsulates name, unit and source col handling
  • due to the complexity of the change pytest testing is introduced as well (about time)
  • for most new code type hints are introduced (more to come)

NOTE: Currently, some tests for the ConfigParser class had to be disabled on GitHub Actions CI workflow. They do pass on localhost. Not sure what the reason is - most likely differences of the local file system contents (also maybe pyfakefs)...
I'll track this with issue #12.

This closes #7, closes #8, and closes #10

@cwerner cwerner linked an issue May 13, 2020 that may be closed by this pull request
@cwerner cwerner merged commit 25cbf48 into master May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant