Skip to content
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

Allow multiple tables per file #8

Open
whatyoubendoing opened this issue Sep 21, 2017 · 0 comments
Open

Allow multiple tables per file #8

whatyoubendoing opened this issue Sep 21, 2017 · 0 comments

Comments

@whatyoubendoing
Copy link

Currently you can only have 1 fixture per table per file ie would be nice to define multiple fixtures for tables per file. ie

---
customer:
  -
    id_customer: 1
    email: [email protected]
    first_name: Clark
    last_name: Kent
    password: $2y$14$GtiB0uhr5ptz2BAfC7xMwO2.lqrcryWj09lkvx0YlehoaIVxlDaVq
    is_testaccount: 1
    fk_language: 1
newsletter_subscription:
  -
    fk_customer: 1
    email: [email protected]
    unsubscribe_key: d71fe2bf979e1fecf54e98ced3fe5bb5
    status: subscribed
    custom_fields: ''
  -
    email: [email protected]
    unsubscribe_key: a1ed93f0dc7ae7fb25eecd09cf5fd186
    status: subscribed
    custom_fields: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant