KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_kigit_common.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <git/kicad_git_common.h>
#include <git/kicad_git_memory.h>
#include <git2.h>
#include <wx/filename.h>
#include <wx/string.h>
#include <wx/stdpaths.h>
#include <chrono>
#include <fstream>
#include <memory>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (GitRootDirectoryReturnsWorkdir)
 
 BOOST_AUTO_TEST_CASE (HasPushAndPullRemoteAcceptsNonOriginName)
 
 BOOST_AUTO_TEST_CASE (HasPushAndPullRemoteFindsOrigin)
 
 BOOST_AUTO_TEST_CASE (GetDifferentFilesEmptyWithoutUpstream)
 
 BOOST_AUTO_TEST_CASE (GetDifferentFilesHandlesUnrelatedHistories)
 
 BOOST_AUTO_TEST_CASE (GetDifferentFilesReportsOnlyTouchedFilesWhenAhead)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( GetDifferentFilesEmptyWithoutUpstream )

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( GetDifferentFilesHandlesUnrelatedHistories )

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( GetDifferentFilesReportsOnlyTouchedFilesWhenAhead )

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( GitRootDirectoryReturnsWorkdir )

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( HasPushAndPullRemoteAcceptsNonOriginName )

Definition at line 166 of file test_kigit_common.cpp.

References KIGIT_COMMON::HasPushAndPullRemote().

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( HasPushAndPullRemoteFindsOrigin )

Definition at line 189 of file test_kigit_common.cpp.

References KIGIT_COMMON::HasPushAndPullRemote().