Inside the RC package we use relative imports and inside the testing module we use the package itself to test things.
However, we have run into issues where sometimes the assertions are failing because we are comparing types from the local files in src to those in site-packages. The reason for the behavior is known to be affected by the setup of the environment you are working in. However, we do not know the root cause.
This issue should be a mainly researched focused issue where we answer the question, "How does one properly download run the tests referencing the correct package"
Inside the RC package we use relative imports and inside the testing module we use the package itself to test things.
However, we have run into issues where sometimes the assertions are failing because we are comparing types from the local files in
srcto those insite-packages. The reason for the behavior is known to be affected by the setup of the environment you are working in. However, we do not know the root cause.This issue should be a mainly researched focused issue where we answer the question, "How does one properly download run the tests referencing the correct package"