-
Notifications
You must be signed in to change notification settings - Fork 34
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
config/dotfile consolidation #382
Conversation
4742874
to
4fbe72d
Compare
@@ -63,10 +66,12 @@ def test_publish_to_file(project_client): | |||
project.log_experiment() | |||
project.log_experiment() | |||
|
|||
catalog_yaml = publish(project.experiments(), output_filepath="memory://catalog.yml") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the memory filesystem started being weird when these tests were run via the edgetest plugin, so I switched it to a TemporaryDirectory
. the memory filesystem can get weird when things are multi-processed - may be something to do with the way edgetest calls python/pytest
we're going to do this differently |
What
How to Test
pip install -e ".[dev]"
then run...python -m pytest
to validate the installation and the tests passpre-commit run --all-files
to validate the dev tool configuration in pyproject.tomlpip install -e ".[docs]"
then run...cd docs && make clean html open