Add settings files, manage.py and a minimalist test #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#4
An attempt to set up testing for the app. Currently throwing an error when trying to find the test_runner module.
So far we've tried matching the settings in other apps, such as Lingo, and Arches Resource Sets (designed for 7.5):
https://github.com/archesproject/arches-resource-sets/blob/main/tests/test_settings.py
A get_runner function is looking for the test_runner on the system path, but the system path only includes the arches_ciim_app, not core Arches.