-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Usage Examples #7
Comments
Can you give us an example of some code you'd like to test (not the unit test code) and maybe we can work with that? |
I'm also interested in examples. Could you write some test for this project : https://github.com/biofreack/data_scrapper Alembic is in https://github.com/biofreack/crypto_database I think the project is simple enough and writing the tests shouldn't take too long if know how . |
From what I can tell, that project is a webpage scraper and uses the database only for dumping data it's pulled from coinmarketcap.com. It doesn't do anything database-related aside from storage. That's also really project-specific. I was hoping for a more general example. |
i wanted something like this : |
The book Essential SQLAlchemy has a really nice example with unittest. Something like this would be extremely interesting. https://github.com/oreillymedia/essential-sqlalchemy-2e/tree/master/ch04 |
There are no complete usage examples here. How do I use this, e.g., with sqlalchemy and alembic? Can models automatically be registered, or do they need to be individually created in tests?
The text was updated successfully, but these errors were encountered: