SETI / rms-oops

Apache License 2.0
3 stars 0 forks source link

Move solar and polymath to separate repos. Move hosts under oops. #108

Closed rfrenchseti closed 11 months ago

rfrenchseti commented 11 months ago

Major restructuring:

Changes to testing:

Minor changes:

Known problems:

        Path.reset_registry()
        Frame.reset_registry()
        Body.reset_registry()

you can't currently mix hosts and non-hosts tests in the same unittest run. Since the order of tests can't be specified, the registries are emptied and then a host needs those entries that were previously loaded. So for now you have to run, separately:

python oops/unittester.py
python oops/hosts/unittester.py

Doing this, all tests pass.

rfrenchseti commented 11 months ago

@jnspitale A few things: