Commit Graph
2 Commits
Author SHA1 Message Date
Bob Nystrom fa92ce86ad test: add constructor overload tests for Foo class with arity dispatch
Add test file for Foo class constructors covering zero, one, and two argument overloads by arity. Verify each overload produces correct output and that new instances return proper type and toString behavior.
2013-11-29 23:21:36 +00:00
Bob Nystrom 91c675b28a chore: reorganize test files into domain-specific subdirectories
- Moved unit tests for user authentication into `tests/unit/auth/`
- Relocated integration tests for payment processing to `tests/integration/payments/`
- Grouped API endpoint tests under `tests/api/` with separate files for each resource
- Updated test runner configuration to discover tests in new directory structure
2013-11-27 06:52:00 +00:00