Skip to content
#

mocking

Here are 639 public repositories matching this topic...

florianschmidt1994
florianschmidt1994 commented Apr 14, 2017

Hey Guys,
I see an IllegalStateException when running one particular test.

What steps will reproduce the problem?
The following code fails each time it is run

Testcase:

package backend.model.posting

import backend.controller.exceptions.ConflictException
import backend.model.location.Location
import backend.model.user.UserAccount
import org.junit.Before
import org.
PrzemyslawKlys
PrzemyslawKlys commented Sep 16, 2020

1. General summary of the issue

Wrong message, test works

Describe 'Oh la la' {
    It 'Test Me' {
        $null | Should -not -BeNullOrEmpty
    }
}

2. Describe Your Environment

Operating System, Pester version, and PowerShell version:

Pester version     : 5.0.3 C:\Users\przemyslaw.klys\Documents\WindowsPowerShell\Modules\Pester\5.0.3\Pester.psd
zvirja
zvirja commented May 9, 2019

The issue is based on the discussion in #559.

@zvirja

should we probably modify CI so that doc is published automatically on push to master? This way if we don't want doc to be released right now - just keep it in a branch. Otherwise, we have this non-synchronized docs and manual work.. 😟

@dtchepak

I'm not sure what to do about publishing docs. It would be nice to auto-publish,

jchitel
jchitel commented Sep 15, 2020

Today, my project's build failed in CI because of a problem downloading the cuckoo_generator executable in the run script. I'm not sure what the actual issue was (there was an issue extracting the URL from the GH API response), but it started working again by itself sometime later, so I'm assuming that it was a GH blip.

I find it a little strange that the SPM installation for Cuckoo depends

Improve this page

Add a description, image, and links to the mocking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mocking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.