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

🧹 Cleanup Tests + Fixtures #24

Merged
merged 3 commits into from
Jul 18, 2024
Merged

🧹 Cleanup Tests + Fixtures #24

merged 3 commits into from
Jul 18, 2024

Conversation

hf-kklein
Copy link
Contributor

remove pylint disable

Comment on lines +10 to +14
# sys.path.insert(
# 0, str(Path(__file__).resolve().parents[1] / "src")
# ) # it is needed just one time to be able to import the module
# You don't need this. Follow the instructions from the python-template repository.
# You have to mark the src directory as a source root (blue) in PyCharm + the unittests directory as a test root (green)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

grafik

@hf-kklein hf-kklein marked this pull request as ready for review July 18, 2024 10:50
Copy link
Collaborator

@hamidhajiparvaneh hamidhajiparvaneh left a comment

Choose a reason for hiding this comment

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

👍

@hf-kklein hf-kklein merged commit 6b437d7 into unittests Jul 18, 2024
13 checks passed
@hf-kklein hf-kklein deleted the cleanup-tests branch July 18, 2024 10:52
hamidhajiparvaneh added a commit that referenced this pull request Jul 18, 2024
* adding generating using quicktype

* black and isort

* 🔥 Remove unnecessary test file

* linting

* adding test-data (schema + expected output)

* adding duplicate tesst (test is still red)

* 🛠️ Fix enum file path in process_directory function

* return it to enum

* ✨ Remove unnecessary enumConverter definitions

* 🛠️ Remove unnecessary code snippets

- Removed specific classes from files
- Added TODOs for unresolved issues

* black

* type_check

* linting

* adding nodejs and quicktype npm

* linting

* adding npm in coverage

* remove changedir = unittests from coverage

* Update unittests/test_generator.py

Co-authored-by: konstantin <[email protected]>

* Update unittests/test_tooling.py

Co-authored-by: konstantin <[email protected]>

* clean up

* linting and type_check

* ✨ Refactor Quicktype executable path determination logic

Simplified the logic for determining the Quicktype executable path.

* linting

* 🧹 Cleanup Tests + Fixtures (#24)

* 🧹 Cleanup Tests + Fixtures
remove pylint disable

* further fixes

* fix mypy

* adding quicktype path finder

---------

Co-authored-by: konstantin <[email protected]>
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.

2 participants