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

Github CI not working #13

Open
atcrank opened this issue Jan 28, 2024 · 2 comments
Open

Github CI not working #13

atcrank opened this issue Jan 28, 2024 · 2 comments

Comments

@atcrank
Copy link
Owner

atcrank commented Jan 28, 2024

CI fails:

  • pre-commit, because of unlinted or differently linted source checked in. When the source is updated for things like 'trimmed trailing whitespace"
  • pytest fails. No tests are written yet which seems to be causing a failure finding the prototype.test module
@atcrank
Copy link
Owner Author

atcrank commented Feb 8, 2024

pytest is not correctly discovering my new 'prototype' module, unless the apps.py app name is deep4.prototype. as the models were initially created for 'prototype' and there's no meaningful data, I'm going to try renaming to deep4.prototype and deleting the db.

@atcrank
Copy link
Owner Author

atcrank commented Feb 11, 2024

needed to also change the module location path in config/urls.py; all is well now.

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

No branches or pull requests

1 participant