TypeScript library to create object factories that do mocking and testing a breeze
🏭 Testing made easier with factories for your entities/models.
Factory for typeorm
Factory for typeorm
Create factories, that create objects with Prisma.
Fixtures replacement and random data generator for mongoose.
FastAPI + React + MongoDB + Caddy 풀스택 부트스트래퍼 — Cursor TDD 룰 + DDD 스캐폴드 + Docker + CI 일괄 주입
Factory for typeorm
Easy typescript fixture data
Fixtures replacement and random data generator for mongoose.
A Rust fixture replacement greatly inspired by factory_bot and factory_boy.
Gameboy emulator written in Rust and WebAssembly
Gameboy emulator written in Rust and WebAssembly
Version 2.0.2 is compatible with ActiveRecord < 3.1 Version 2.0.3+ is compatible with ActiveRecord >= 3.1 ------ Factory Girl with database accesses stubbed. The versions 2+ only work with Rails 3 (AR 3+) for stubbing queries. Now handle Rails 3 (only Rails 3) queries stubbing, Transform rail3 queries into ruby select on Plants created with factory boy. Example user = Plant(:user => 'toto', :addresses => [Plant(:address, :street => 'here')]) User.where(:name => 'toto').where('addresses.street = 'here').joins(:addresses) will be stubbed into a select ruby on plants and return here, user. See more on github and in unit tests. Compatible ruby 1.9.3.
Generate testing instances for the non-model classes