-
### Description
Currently the majority of the code involved in the reconciliation loops cannot be unit tested.
We need to find out a way to make them testable.
The outcome of this issue should be…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include repr…
-
As the app is written currently using MVC it would be quite hard to add useful unit tests or UI tests. With the Network layer lacking Protocols It would be difficult to write tests with mock responses…
-
### MAX SDK Version
13.0.0
### Device/Platform Info
iOS
### Current Behavior
Can't build project. library refers to old FBAudienceNetwork `6.15.2`
whe i try build i got error
`
Undefined sym…
-
Testing this package in the usual way, on one's local machine, does not work:
```julia
using Pkg
Pkg.activate(temp=true)
Pkg.add("MLFlowClient")
Pkg.test("MLFlowClient")
Testing Running…
-
At the moment the only way I have to test is from within a Laravel project.
Would be nice to be testable as a stand alone project also.
-
The current "test compilation" implementation in the gui does not give a good overview or allow easy diagnosis, it 'd be cool to move to generating a corresponding .cpp/.mk file for every .axp/.axh, p…
-
We're currently thinking about how to use this plugin and ensure that the compiled handlers still pass our tests. We could use the `sls package` command, however we have the problem that this requires…
simlu updated
5 years ago
-
**Is your feature request related to a problem? Please describe**:
This is a tracker issue for a long running effort.
Currently, the node labeller reads several files from the file system duri…
-
1. Don’t be afraid of breaking the build
- It’s broke anyway, so what the heck!
2. Find a testing framework
- JUnit and
- Mockito/Easymock work well enough
- but I feel like there’s more to li…