refactor: move OasstApiClient into oasst-shared (#287)

* refactor: move api_client into oasst-shared

* refactor: move contract tests into oasst-shared

* fix: use new OasstApiClient imports in discord bot
This commit is contained in:
Jack Michaud
2023-01-02 21:13:20 +00:00
committed by GitHub
parent 0a59aeb8b0
commit ed115ea17c
7 changed files with 7 additions and 12 deletions
@@ -2,7 +2,7 @@
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to backend directory
pushd "$parent_path/../../discord-bot"
pushd "$parent_path/../../oasst-shared"
pytest .