-
Notifications
You must be signed in to change notification settings - Fork 95
Comparing changes
Open a pull request
base repository: uber/mockolo
base: 2.3.1
head repository: uber/mockolo
compare: 2.4.0
- 11 commits
- 52 files changed
- 2 contributors
Commits on Mar 13, 2025
-
Use @fixture in VarTests (#291)
* use @fixture in VarTests * fix for swift 5.10 compiler * run test on all supported swift version * fix for swift 5.10 compiler
Configuration menu - View commit details
-
Copy full SHA for cc6dcc9 - Browse repository at this point
Copy the full SHA cc6dcc9View commit details
Commits on Mar 24, 2025
-
Remove
metadatafrom NominalModel, resulting correct Rx SubjectType…… in mock's init. (#292) * remove metadata from NominalModel and place it in context * handle module name option at model creation * remove usage of metadata in render process * Fix wrong fixture
Configuration menu - View commit details
-
Copy full SHA for aa96917 - Browse repository at this point
Copy the full SHA aa96917View commit details
Commits on Apr 10, 2025
-
When associatedtype has constraints, mock class becomes generic (#294)
* remove metadata from NominalModel and place it in context * handle module name option at model creation * remove usage of metadata in render process * Fix wrong fixture * Rewrite and fix tests with @fixture macro * Organize the tests * Add AssociatedTypeModel * type -> defaultType * Use TypeAliasModel when override metadata exists * Scan associatedtype structurally * generic mock class * consider some edge cases * Care extra space * Fix more edge case * rewrite type conditions solver * consider where conditions at base type * Add pattern of generic where clauses in protocol decl * beautify logic * set fail-fast: false * skip some tests because 5.10 compiler has bug for default associatedtype
Configuration menu - View commit details
-
Copy full SHA for 2fd3545 - Browse repository at this point
Copy the full SHA 2fd3545View commit details
Commits on Apr 13, 2025
-
Use
@Fixturein Rx Tests and removeuse-mock-observableflag (#297)* Create new library `MockoloSupportRxSwift` Not to export dummy type about RxSwift to all users. * Create MockoloSupportRxSwift folder * Fix AssocitaedType of Observable. Delete Internal MockObservable. * Fix to use correct argument. * Use `@Fixture` macro in Tests.` * Remove useMockObservable flag from mockolo * Remove useMockObservable argument from Testing code. * Delete unecessary target made in development process. * Add Rx types for Testing * Delete RxTests around MockObservable * refactor test fixture name. * Update README * Revert "Update README" This reverts commit 1366aeb. * remove description about `use-mock-observable` from README.md * Delete unecessary import made in development process
Configuration menu - View commit details
-
Copy full SHA for c922963 - Browse repository at this point
Copy the full SHA c922963View commit details
Commits on Apr 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6bc6b81 - Browse repository at this point
Copy the full SHA 6bc6b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0dd757 - Browse repository at this point
Copy the full SHA c0dd757View commit details
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ccadbe4 - Browse repository at this point
Copy the full SHA ccadbe4View commit details
Commits on May 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4bc0a5a - Browse repository at this point
Copy the full SHA 4bc0a5aView commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80e5343 - Browse repository at this point
Copy the full SHA 80e5343View commit details
Commits on May 18, 2025
-
Better test verification (#304)
* Show fixture differences and use source location * Add custom arguments to Fixture macro * Fix indent strategy * Fix failed tests * Add testableImport and use Fixture macro in TestableImportStatementsTests * Avoid compiler crash on swift 5.10.1 * Drop SendableTests on swift 5.10 cannot avoid compiler crash
Configuration menu - View commit details
-
Copy full SHA for 1d1bcdc - Browse repository at this point
Copy the full SHA 1d1bcdcView commit details
Commits on May 21, 2025
-
Bump up version to 2.4.0 (#311)
* Update swift-syntax * Bump up version to 2.4.0
Configuration menu - View commit details
-
Copy full SHA for 41e701f - Browse repository at this point
Copy the full SHA 41e701fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.3.1...2.4.0