Christian

Results 3 issues of Christian

**Describe the bug** It is currently not possible to use a different app name from the default `"models"` when using TestCase. The error raised: ``` tortoise.exceptions.ConfigurationError: Unable to get db...

I am trying the example code from the README. When running `await Tournament.create(name='New Tournament')`, it returns the error `tortoise.exceptions.ConfigurationError: default_connection for the model cannot be None`. Tortoise does create the...

When using custom operations, the files generated doesn't include the import statements for custom scalars that have been defined.